We need for the future releases Password Protected add-ons, who can prevent the add-on to be removed/disabled!!
This is really useful if we add a children protection add-on, it's blocked and the user can't remove it, only with the right password !!
Best posts made by stop--it
-
Password Protected add-onsSuggestions and feature requests
-
RE: add-on bug, need helpOpera add-ons
@leocg well it has to be a way to solve this, i just want my add-on block the urls !!! problem is something doesn't work in my code and i have access to the index pages of blocked sites url's !
-
RE: ExtensionInstallForcelist for Opera ?Opera add-ons
Chrome uses the chromium engine as well. Opera should get at least support the features that Chrome does in their policy support. All they would have to do is read the correct keys from the registry and apply whatever is applicable.
i need to use the function from chrome "ExtensionInstallForcelist" for Opera for my extension
https://chrome.google.com/webstore/detail/stop-it/mgbmndipjhghcencokiedbkfgbomdpmd?hl=en -
ExtensionInstallForcelist for Opera ?Opera add-ons
Hi, i need to ExtensionInstallForcelist force an extension to stay installed, i want to prevent the user to remove the extension when it's force installed like extensions in chrome, i tried this bit it's not working for Opera browser
this sample is for chrome browser i changed the path to Opera:
[HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\ExtensionInstallForcelist]
"1"="mgbmndipjhghcencokiedbkfgbomdpmd;https://clients2.google.com/service/update2/crx"How to achieve the same for Opera, for preventing users who try to remove the installed extensions ?