How to block Chrome prompting please disable running extensions in developer mode?

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 ▼

How to block Chrome prompting please disable running extensions in developer mode?

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:

  1. Group Policy Method
  2. batch method
  3. 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 ▼

Open the Chrome installation directory, find the chrome.dll file, and open it with x64dbg Section 3

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

Double-click x96dbg.exe to select the 64th x4dbg

  • 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 ▼

Click the "Run to User Code" button several times until the module on the window title changes to chrome.dll sheet 5

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

Right click on the main panel and select Search -> Current Module -> String Sheet 6

Step 6:Search for ExtensionDeveloperModeWarning

Then the search interface will open, wait for the loading progress bar, searchExtensionDeveloperModeWarning

Search for ExtensionDeveloperModeWarning and then the search interface will open, wait for the loading progress bar, search for ExtensionDeveloperModeWarning sheet 7

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) ▼

You will find 2 results, double click on the first one, jump to the disassembly interface, scroll up and find cmp eax,2 (maybe cmp eax,3) sheet 8

Step 8:Change to cmp eax,9

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

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.9th

  • 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▼

Press the key combination "Ctrl + P" to export the modified dll file.Click the patch file button to export the 10th 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.

Comment

Your email address will not be published. Required fields * Callout

Scroll to Top