Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by whitelisting our website.

Disable chrome extension’s JS when debugging in development tools

Disable chrome extension's JS when debugging in development tools

While I was debugging a vuejs application, I got so many unnecessary steps for the chrome extension’s JS file that it took a lot of time to debug.

And I need those extensions too for my development and regular work. So I was looking for a solution that how to disable or bypass the extension’s JS and debug the application in less time. And I get this solution.. listed here for future reference and also for your help 🙂

  1. Open the DevToo
  2. Click on the setting icon () and you will get a screen like this
    Disable chrome extension's JS when debugging in development tools
  3. Click on the Ignore List, then add this to the ignore list

    ^chrome-extension://

 

And you are done.. debug, check, and thank me 🙂
If it helps you, then share this article with others..

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Wordpress Social Share Plugin powered by Ultimatelysocial