bjornl
bjornl

Reputation: 1926

Disable chrome extensions for visitors of a certain web-site?

Chrome extensions can interfere with how a site is rendered and/or its behavior. This introduces unnecessary states and potential sources of errors.

So: Is there a way to disable all Chrome extensions for visitors of a certain website?

Upvotes: 4

Views: 3487

Answers (2)

Venkateswara Rao
Venkateswara Rao

Reputation: 5392

The best way to handle so far is to disable Extension sync in that specific browser.

Steps to follow: https://superuser.com/questions/528014/how-to-disable-chrome-extensions-without-disabling-them-across-multiple-synced-d

.

enter image description here

enter image description here

Upvotes: 0

Andrey
Andrey

Reputation: 752

I dont think such API exists (we are taking about webiste scripts, right?) However you could determine if specific extension installed and update your code accordingly. Check this topic how to do this.

Even better and actual topic if you are fighting with adblock plus ;)

Upvotes: 2

Related Questions