This is not to be a resolute answer, but another prospective to examine the problem.
The Chrome sync system does not allow in any way, customizing the ratings by a single machine; And any solution with extra extensions that operates with the flag of disable/enable in your extention, will be fail!
Because another machine that is simultaneously using the same user account, will reflect the change.
A way to avoid this exchange of information is how well he proposed @avirk is disable the sync on extensions, but it seems that this solution is not appropriate for your environment.
Then I will propose two more ideas that can be adopted to obtain the required result:
- Create a second account would allow you to customize your own group of extentions (this solution I personally use to have a different profile of ScriptSafe on different machines)
The other proposal is a little less conventional and could be
considered a bad hack, but I will describe it in every way, so that
you have a wider choice.
- Navigate to the folder of the plugin in question:
.config/google-chrome/Default/Extensions/jpkfjicglakibpenojifdiepckckakgk/versionfolder
and clears the contents into the file "background_page.html"
"This example can be applied only to the plugin: Gestures for Chrome (TM)"
This generates an exception when loading a page, that will not allow to the event code in your extension run correctly.
So we will have the local disablement for this extension.
Remember that any time you receive a new update for your extension,you
must redo this operation in the new version folder.