Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Disable all extensions on localhost in Chrome

Is there a way to disable all the extensions I have installed in Google Chrome v26 only for http://localhost/?

The reason is, some of the extensions inject HTML and load images into the page, like Feedly and Readability, which I don't want to see when I testing pages.

like image 212
Arjun Bajaj Avatar asked Apr 10 '13 14:04

Arjun Bajaj


1 Answers

@vcsjones commented that you can use Chrome Profiles to accomplish this. It's not disabling extensions, rather it's creating a separate profile which will load a different extension manifest.

Great idea. Just wished he posted it as an answer instead.

What you can do with this separate profile is download extensions you need exclusively for dev: Postman, React Dev Tools, etc.

like image 159
wle8300 Avatar answered Oct 09 '22 17:10

wle8300