Is there a way to block all extensions on certain tabs on Chrome?

2

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.

Sinan

Posted 2011-02-04T21:53:09.087

Reputation: 227

Answers

2

You can use an incognito window, Chrome disables the extensions by default in that mode.

cYrus

Posted 2011-02-04T21:53:09.087

Reputation: 18 102

Thanks, i ended up doing so before reading your answer :) – Sinan – 2011-02-07T18:31:30.493

0

No; disabling the extension is applicable to Chrome in its entirety.

You will notice disabling an extension in a new instance will also propagate to the existing instances as the extensions themselves are relational to the browser; not the tabs.

Aaron McIver

Posted 2011-02-04T21:53:09.087

Reputation: 1 405