惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

H
Hackread – Cybersecurity News, Data Breaches, AI and More
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
V
V2EX
T
The Blog of Author Tim Ferriss
腾讯CDC
Hugging Face - Blog
Hugging Face - Blog
雷峰网
雷峰网
爱范儿
爱范儿
GbyAI
GbyAI
H
Help Net Security
I
InfoQ
罗磊的独立博客
酷 壳 – CoolShell
酷 壳 – CoolShell
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
人人都是产品经理
人人都是产品经理
J
Java Code Geeks
Microsoft Security Blog
Microsoft Security Blog
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
N
Netflix TechBlog - Medium
Last Week in AI
Last Week in AI
宝玉的分享
宝玉的分享
云风的 BLOG
云风的 BLOG
Project Zero
Project Zero
P
Privacy & Cybersecurity Law Blog
A
Arctic Wolf
Know Your Adversary
Know Your Adversary
G
Google Developers Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
T
Tor Project blog
V
Vulnerabilities – Threatpost
Y
Y Combinator Blog
WordPress大学
WordPress大学
V
Visual Studio Blog
博客园_首页
G
GRAHAM CLULEY
K
Kaspersky official blog
T
Tailwind CSS Blog
T
Threat Research - Cisco Blogs
博客园 - Franky
D
Docker
Security Latest
Security Latest
I
Intezer
有赞技术团队
有赞技术团队
Application and Cybersecurity Blog
Application and Cybersecurity Blog
博客园 - 【当耐特】
B
Blog RSS Feed
T
The Exploit Database - CXSecurity.com
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻

Comments for Tech Journey

Storage Spaces Can't Add Drives (Request Is Not Supported Error 0x00000032) - Tech Journey Chrome / Edge Disables .CRX Installed Extensions (Workarounds to Turn On) How to Allow Local Network When Using WireGuard VPN Tunnel in Windows 10 How to Convert SRT to Create 3D Subtitles (ASS or SUB/IDX) Cannot Connect to CIFS / SMB / Samba Network Shares & Shared Folders in Windows 10 Unrecognised Disk Label When Creating Partition How to Decrypt an Enrypted SSL RSA Private Key (PEM / KEY) Install Microsoft .NET Framework 1.1 on Windows 10 / 8 / 7 / Vista (Fix RegSvcs.exe Error) Fix Windows Not Remember & Save Folder Types or Folder Views Setting (Increase BagMRU Size Cache Memory Size) How to Change the Logo of vBulletin Forum to Custom Image
Remove Disable Developer Mode Extensions Warning Popup in Chrome / Edge
LK · 2020-05-27 · via Comments for Tech Journey
Skip to content

Remove Disable Developer Mode Extensions Warning Popup in Chrome / Edge

Remove Disable Developer Mode Extensions Warning Popup in Chrome / Edge

If you’re apps developer or extensions developer for Chrome and Edge web browser who have to test your extensions, or you’ve sideloaded and installed any third-party custom extensions that are not published on the official Chrome Web Store or Microsoft Edge Add-ons Store (for Edge Chromium), the browser will pop up a “disable developer mode extensions” warning on browser launch, with message similar to figure below.

Disable developer mode extensions

Extensions running in developer mode can harm your computer. If you’re not a developer, you should disable these extensions running in developer mode to sstay safe.
Disable Developer Mode Extensions Warning

Disable developer mode extensions

Extensions running in developer mode can harm your computer. If you’re not a developer, you should turn off any extensions running in developer mode.
Disable Developer Mode Extensions

The warning popup is a security feature built into Chrome and Edge browser to safeguard the users against malware and malicious add-ons, and cannot be disabled. However, as a workaround, you can use browser enterprise policy to whitelist the custom extensions that you manually installed to Chrome or Edge so that they’re trusted and allowed automatically without the developer mode extensions popup warning on browser startup.

This tutorial will show you how to put an extension into a whitelist or allowed-list which forces the web browser to override default Chrome or Edge policy that blacklists all unauthorized extensions, which results in stoppage of disabling developer mode extensions popup message.

  1. Go to the following URL in the address bar (or open Extensions from Chrome menu -> More tools or Extensions from Edge menu).

    Chrome: chrome://extensions/
    Edge: edge://extensions/

  2. Toggle Developer mode to On.
  3. Click on Pack extension button.
  4. Click Browse button and select the root directory of the extension to pack for Extension root directory field.

    You can ignore the “Private key file (optional)” field if this is your first time packing the extension, and the extension packing process will automatically generate a private key file in .pem extension. Save the private key file safely if you want to repack the same extension for new versions and update the previously installed extension (having the same ID, which is important for next steps) instead of installing as new extension.

  5. Hit Pack extension button when done. A .crx (extension) and a .pem (private key) file will be generated.
  6. Drag and drop the .crx file into the Extensions page to install it.
  7. After installed, locate the newly installed plugin in the Extensions page. The extension should be disabled by Chrome / Edge with error stating “This extension is not listed in the Chrome Web Store and may have been added without your knowledge” in Chrome or “This extension is not from any known source, and may have been added without your knowledge” in Edge.

    Record the ID of the extension, which is in the format of long string, e.g. abcdefghijklmnopqrstuvwxyz.

  8. Run Registry Editor (regedit).
  9. Navigate to the following registry key:

    Chrome: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome
    Edge: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge

  10. For Chrome, right click on Chrome and select New -> Key, and name the new key as ExtensionInstallWhitelist.

    For Edge, right click on Edge and select New -> Key, and name the new key as ExtensionInstallAllowlist.

    Note: Ignore this step if the key is already existed.

  11. Right click on the new key created (i.e. ExtensionInstallWhitelist or ExtensionInstallAllowlist), and select New -> String Value. Name the new value with a sequential number, starting with 1, 2, 3, and so on. So if it’s the first extension to be allowed, name the new value as “1”.
  12. For the value data, enter the ID of the extension you copied from step above so that the values look like:

    1 REG_SZ abcdefghijklmnopqrstuvwxyz

  13. Restart the browser and the developer mode extensions warning popup should not be displayed again.

If you have many Chromium-based web browsers, and don’t mind to have some DLL files patched, Chrome Developer Mode Extension Warning Patcher is a third-party utility that can patch the chrome.dll file to disable developer mode extension warning popup. In addition, the tool also can restore the https:// and www in the URL shown in the omnibox address bar, which are removed from the browser automatically.

Chromium Patcher

Chrome Developer Mode Extension Warning Patcher works in every 64-bit (x64) and 32-bit (x86) Chromium-based browsers, including Chrome, Edge, Brave, Opera, Vivaldi, Blisk, Colibri, Epic Browser and Iron Browser and more. In fact, it automatically scans and discovers all chrome.dll files of the all installed Chromium browsers, though you can select which browsers that you want to apply the patch.

Download Chrome Developer Mode Extension Warning Patcher from github.com. Note that you need to re-apply the patch after every browser upgrade, as the patched DLL will be replaced during upgrading.

About the Author:

LK is a technology writer for Tech Journey with background of system and network administrator. He has be documenting his experiences in digital and technology world for over 15 years. Connect with LK through Tech Journey on Facebook, Twitter or Google+.
Page load link
Go to Top