Hi i created a chrome extension “stop-it”, who run’s under Chrome, Firefox, Opera, Vivaldi and Brave.
I created a small windows EXE who write keys in windows registry, when i launch my app, the keys are installed in the registry and when i start chrome, the extension is added without having to go to the chrome store !
the key created, is called: ExtensionInstallForcelist
it comes from chromium and works under chrome, vivaldi.
the key i try to use for Brave Browser use is:
[HKEY_CURRENT_USER\Software\BraveSoftware\Brave-Browser\PreferenceMACs\Default\extensions.settings\ExtensionInstallForcelist]
“1”=“mgbmndipjhghcencokiedbkfgbomdpmd;https://clients2.google.com/service/update2/crx”
The key is installed but nothing happens, add-on is not installed:
and i saw Brave install the extensions here:
HKEY_CURRENT_USER\Software\BraveSoftware\Brave-Browser\PreferenceMACs\Default\extensions.settings
the key i use for chrome & vivaldi is:
[HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\ExtensionInstallForcelist]
“1”=“mgbmndipjhghcencokiedbkfgbomdpmd;https://clients2.google.com/service/update2/crx”
How can i achieve that for Brave ?
That key ExtensionInstallForcelist prevent the user to remove or disable the extension.
my chrome extension block every adult site, ads, scams, hacks, ransomware and many more !
and here it’s my chrome extension path in the registry added trough the chrome store
HKEY_CURRENT_USER\Software\BraveSoftware\Brave-Browser\PreferenceMACs\Default\extensions.settings