If you're using Chrome for web development and if you have some extensions running, when you check the Scripts tab of developer tools you'll see a bunch of javascript files used by extensions. Those files or better said extensions are not necessary during development process.
Do you know a way or maybe another extension to block all the extensions on particular tabs that you select? Thanks.
Answer
You can use an incognito window, Chrome disables the extensions by default in that mode.
Comments
Post a Comment