Article directory
is having anew mediapeople want to beGoogle Chromeinstall a certainInternet marketingextension, the purpose is to get someE-commerceWebsiteSEOdata.
However, I didn't expect that after installing this extension, every time I open Chrome, there will be a prompt ▼

Please disable extensions running in developer mode
- Extensions running in developer mode can harm your computer.If you are not a developer, then, to be on the safe side, you should disable extensions running in developer mode.
- Learn more disable cancel
- Every time you need to manually click to close, is there any way to prevent such a prompt from appearing?
Also, for front-end programmers, there are inevitably some small extensions of their own.
There is no need to send them to the Chrome App Store.
While you can tick "developer mode" to run local plugins, the annoying prompt appears every time you start:
- "Please disable extensions running in developer mode"
How annoying is this prompt, we all know that it may not prompt immediately on startup, or wait a few seconds before you open a web page and interfere with your operation.
It's really a pain, so a lot of people are wondering: How do I get Chrome to turn off the developer warning and get rid of it?
How to completely block Chrome prompt: Please disable running in developer mode?
After searching on the web,Chen WeiliangThere are 3 main methods of discovery:
- Group Policy Method
- batch method
- Directly modify the dll file method
- The first Group Policy method is said to be long outdated and testing it is useless.
- Another batch method is said to work, but the batch permissions are too large, so I didn't try to run it.
Try the third method directly, and successfully disable chrome's extension prompts that run in developer mode directly!
Now, let's look at the process of the 3 solutions.
Moreover, the original content is not particularly clear, and some misleading places will be re-described in this article.
How to modify dll file
Step 1:download x64dbg software ▼
Step 2:Open the chrome.dll file with x64dbg
Open the Chrome installation directory, find the chrome.dll file, and open it with x64dbg ▼

Step 3:Double-click x96dbg.exe and select x64dbg

- If you can't open it, change to x32dbg to open.
Step 4:Multiple clicks on the "Run to User Code" button
until the module on the window title, change to chrome.dll ▼

Step 5:Right click on the main panel and select Search –> Current Module –> Strings ▼

Step 6:Search for ExtensionDeveloperModeWarning
Then the search interface will open, wait for the loading progress bar, searchExtensionDeveloperModeWarning▼

Step 7:find cmp eax,2
You will find 2 results, double click on the first one, jump to the disassembly interface, scroll up and findcmp eax,2(may also becmp eax,3) ▼

Step 8:Change to cmp eax,9
Double click to open the edit page, change it to cmp eax,9 and click OK ▼

- Note that you only need to click Confirm once.
- After clicking "OK", the editing interface of other lines will continue to pop up.
- At this point, you can close the dialog.
Step 9:Export the modified dll file
After modification, press the key combination "Ctrl + P" to export the modified dll file;
Click the patch file button to export the dll file▼

Step 10:After backing up the original chrome.dll file
- You can export the dll file to another location and then backup the original chrome.dll file.
Step 11:Replace the modified chrome.dll file.
Step 12:Restart Chrome Google Chrome.
- At this point, you can see that the damn prompt has disappeared, is it very simple?
- The above workaround was tested on Chrome version 73.0.3683.86 (64-bit),Chen WeiliangConfirm in person that it works.
Hope Chen Weiliang Blog ( https://www.chenweiliang.com/ ) shared "How to block Chrome prompts to disable running extensions in developer mode? , to help you.
Welcome to share the link of this article:https://www.chenweiliang.com/cwl-1017.html
To unlock more hidden tricks🔑, welcome to join our Telegram channel!
If you like it, please share and like it! Your sharing and likes are our continuous motivation!
