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 🙂
- Open the DevToo
- Click on the setting icon (
) and you will get a screen like this

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


