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 ?
Latest posts made by stop--it
-
RE: STOP-IT V2Opera add-ons
I worked very hard on this v2 i hope people will enjoy a safer browsing experience, remember that people can write & join me at https://www.stop-it.be/
-
RE: Stop-itOpera add-ons
@kallawera
Hello click on the cube icon of the extensions, put developer mode ON and click on UPDATE be sure to add ALLOW for the two functions, then restart your browser
It works as intended on my side.Thanks for using my extension.
-
RE: Stop-itOpera add-ons
@maherkoo said in Stop-it:
pls make in update for it
Can you please send me the info with the right url at: stop-it.be@hotmail.com
I will investigate the cases & then if needed i put a new update tonightthanks
-
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 ?
-
RE: Add-on auto-install ?Opera add-ons
Yeah my add-on is also on Opera store i'm looking for adding a function who prevent the add-on to be disabled by users, when it's installed, prevent users of disabling and watching or accessing xxx contents and others things.
maybe is something here : https://dev.opera.com/extensions/ -
RE: Cannot publish SingleFileOpera add-ons
You need to change the name i got the same problem my extension name was "stop-it", i deleted the extension and if you read the rules NEVER DELETE THE EXTENSIONS, just add a new version because if you delete the extension, you need to create a new one, with a new name... i know it sound stupid... !!!
so before my extension was stop-it, i deleted it and now my extension is stop--it ( thats inside the manifest.json )
-
RE: add-on update impossible !Opera add-ons
@stop-it You just need to delete your zip file and recreate a new one, with all your files inside, happens to me too !
-
Add-on auto-install ?Opera add-ons
Hi i have an extension who works under chrome, Firefox and opera.
What i did for my chrome extension is, this i created an external little app EXE (windows),
when i launch my app on my desktop the app write reg keys.
Those registry keys prevent the user to remove/uninstall my add-on my add-on is a protection tool against adults contents & dangerous urls, it also work on incognito mode and guest mode is disabled, also creating a new empty profile use the add-on, so its 100% protected!
when my app install those keys and when i start chrome, my add-on is installed,
i would like to achieve the same on Opera.It is possible ?? because Opera is based on Chromium !
-
RE: Add-on registry Weird !!!Opera add-ons
What i did for my chrome extension is, this i created an external little app EXE (windows), when i launch my app on my desktop the app write reg keys.
when my app install those keys and when i launch chrome, my add-on is installed,
i would like to achieve the same on Opera.It is possible ?? because Opera is based on Chromium !