Reputation: 1926
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
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
.
Upvotes: 0
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