Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to remove blacklist tag for extension?

I have .crx file for my chrome extension and modify external_extensions.json to install it.

It works correctly but after remove it in UI, there is no way to reinstall it.

According to Google documentation.

If I uninstall extension through the UI, extension is blacklisted and

I can remove it by install the extension through the UI and uninstall it.

What I wan to know is the way to remove blacklist tag without installing through UI.

Is there any way I can use?

like image 508
Oz6848 Avatar asked Mar 07 '12 06:03

Oz6848


1 Answers

Im not sure on that but maybe if you added to the whitelist in policies (I wonder if the blacklists are the same, in which case the whltelist overrides the blacklist)?.....
http://www.chromium.org/administrators/policy-list-3#ExtensionInstallWhitelist
http://dev.chromium.org/administrators
...if not then consider using policies to install the extension next time and they wont be able to uninstall it.

like image 177
PAEz Avatar answered Oct 17 '22 20:10

PAEz