diff --git a/allowlist/README.md b/allowlist/README.md new file mode 100644 index 0000000..98b58a4 --- /dev/null +++ b/allowlist/README.md @@ -0,0 +1,26 @@ +# Add extension (crx) to allowlist + +* [Windows](#windows) +* [macOS](#macOS) +* [Linux](#linux) + +### Windows + +Run as administrator one of the reg-files in [allowlist-downloads](https://gitlab.com/magnolia1234/bypass-paywalls-chrome-clean/-/tree/master/allowlist) +If you already added extensions to the allowlist than you should change "1" to a new key (also change name of HLM-key for beta/developer versions of browsers). +Example Chrome-regfile: +``` +Windows Registry Editor Version 5.00 +[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome\ExtensionInstallAllowlist] +"1"="oladmjdebphlnjjcnomfhhbfdldiimaf" +``` + +### macOS + +Run one of the .mobileconfig files in [allowlist-downloads](https://gitlab.com/magnolia1234/bypass-paywalls-chrome-clean/-/tree/master/allowlist) (requires admin rights) +Finally restart the browser's process (in the Dock: right click on Chrome, 'Quit', reopen). +This assumes your device is not being managed by MDM software and you don't have any profile related to the 'ExtensionInstallAllowlist' policy already active. + +### Linux + +[Chromium-based browsers allow local installations of extensions](https://developer.chrome.com/docs/extensions/mv3/hosting/#hosting), so not necessary :) diff --git a/allowlist/macos/Brave-macos-allowlist.mobileconfig b/allowlist/macos/Brave-macos-allowlist.mobileconfig new file mode 100644 index 0000000..36234e8 --- /dev/null +++ b/allowlist/macos/Brave-macos-allowlist.mobileconfig @@ -0,0 +1,59 @@ + + + + + PayloadContent + + + PayloadContent + + com.brave.Browser + + Forced + + + mcx_preference_settings + + ExtensionInstallAllowlist + + oladmjdebphlnjjcnomfhhbfdldiimaf + + + + + + + PayloadDisplayName + Brave ExtensionInstallAllowlist - add BPC ID to override browser's restriction + PayloadEnabled + + PayloadIdentifier + com.example.Brave.example.bpc + PayloadType + com.apple.ManagedClient.preferences + PayloadUUID + a5c53548-65aa-11e7-907b-a6006ad3dba0 + PayloadVersion + 1 + + + PayloadDescription + Bypass Paywalls Chrome Clean - Brave + PayloadDisplayName + Brave ExtensionInstallAllowlist for Bypass Paywalls Clean + PayloadIdentifier + com.example.Brave.example.bpc + PayloadOrganization + Bypass Paywalls Chrome Clean + PayloadRemovalDisallowed + + PayloadScope + User + PayloadType + Configuration + PayloadUUID + 33e27889678746574b5f4882e1d3985764907861895746574f95fa247c6003d0cd + PayloadVersion + 1 + + \ No newline at end of file diff --git a/allowlist/macos/Chrome-macos-allowlist.mobileconfig b/allowlist/macos/Chrome-macos-allowlist.mobileconfig new file mode 100644 index 0000000..92d8e57 --- /dev/null +++ b/allowlist/macos/Chrome-macos-allowlist.mobileconfig @@ -0,0 +1,59 @@ + + + + + PayloadContent + + + PayloadContent + + com.google.Chrome + + Forced + + + mcx_preference_settings + + ExtensionInstallAllowlist + + oladmjdebphlnjjcnomfhhbfdldiimaf + + + + + + + PayloadDisplayName + Chrome ExtensionInstallAllowlist - add BPC ID to override browser's restriction + PayloadEnabled + + PayloadIdentifier + com.example.Chrome.example.bpc + PayloadType + com.apple.ManagedClient.preferences + PayloadUUID + a5c53548-65aa-11e7-907b-a6006ad3dba0 + PayloadVersion + 1 + + + PayloadDescription + Bypass Paywalls Chrome Clean + PayloadDisplayName + Chrome ExtensionInstallAllowlist for Bypass Paywalls Clean + PayloadIdentifier + com.example.Chrome.example.bpc + PayloadOrganization + Bypass Paywalls Chrome Clean + PayloadRemovalDisallowed + + PayloadScope + User + PayloadType + Configuration + PayloadUUID + 33e27889678746574b5f4882e1d3985764907861895746574f95fa247c6003d0cd + PayloadVersion + 1 + + \ No newline at end of file diff --git a/allowlist/macos/Edge-macos-allowlist.mobileconfig b/allowlist/macos/Edge-macos-allowlist.mobileconfig new file mode 100644 index 0000000..5ef41a1 --- /dev/null +++ b/allowlist/macos/Edge-macos-allowlist.mobileconfig @@ -0,0 +1,63 @@ + + + + + PayloadContent + + + PayloadContent + + com.microsoft.Edge + + Forced + + + mcx_preference_settings + + + +ExtensionInstallAllowlist + +oladmjdebphlnjjcnomfhhbfdldiimaf + + + + + + + + + PayloadDisplayName + MS Edge ExtensionInstallAllowlist - add BPC ID to override browser's restriction + PayloadEnabled + + PayloadIdentifier + com.example.Edge.example.bpc + PayloadType + com.apple.ManagedClient.preferences + PayloadUUID + a5c53548-65aa-11e7-907b-a6006ad3dba0 + PayloadVersion + 1 + + + PayloadDescription + Bypass Paywalls Chrome Clean - MS Edge + PayloadDisplayName + MS Edge ExtensionInstallAllowlist for Bypass Paywalls Clean + PayloadIdentifier + com.example.Edge.example.bpc + PayloadOrganization + Bypass Paywalls Chrome Clean + PayloadRemovalDisallowed + + PayloadScope + User + PayloadType + Configuration + PayloadUUID + 33e27889678746574b5f4882e1d3985764907861895746574f95fa247c6003d0cd + PayloadVersion + 1 + + diff --git a/allowlist/windows/Brave-windows-allowlist.reg b/allowlist/windows/Brave-windows-allowlist.reg new file mode 100644 index 0000000..e53c25e --- /dev/null +++ b/allowlist/windows/Brave-windows-allowlist.reg @@ -0,0 +1,3 @@ +Windows Registry Editor Version 5.00 +[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\BraveSoftware\Brave\ExtensionInstallAllowlist] +"1"="oladmjdebphlnjjcnomfhhbfdldiimaf" \ No newline at end of file diff --git a/allowlist/windows/Chrome-windows-allowlist.reg b/allowlist/windows/Chrome-windows-allowlist.reg new file mode 100644 index 0000000..51d3bdf --- /dev/null +++ b/allowlist/windows/Chrome-windows-allowlist.reg @@ -0,0 +1,3 @@ +Windows Registry Editor Version 5.00 +[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome\ExtensionInstallAllowlist] +"1"="oladmjdebphlnjjcnomfhhbfdldiimaf" \ No newline at end of file diff --git a/allowlist/windows/Edge-windows-allowlist.reg b/allowlist/windows/Edge-windows-allowlist.reg new file mode 100644 index 0000000..5c5585f --- /dev/null +++ b/allowlist/windows/Edge-windows-allowlist.reg @@ -0,0 +1,3 @@ +Windows Registry Editor Version 5.00 +[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge\ExtensionInstallAllowlist] +"1"="oladmjdebphlnjjcnomfhhbfdldiimaf" \ No newline at end of file diff --git a/src/manifest.json b/src/manifest.json index af46685..533870d 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "name": "LibRedirect", "description": "A web extension that redirects popular sites to alternative privacy-friendly frontends and backends", - "version": "1.5.7", + "version": "1.5.8", "manifest_version": 2, "browser_specific_settings": { "gecko": { @@ -61,6 +61,5 @@ "description": "Switch Instance" } }, - "update_url": "https://raw.githubusercontent.com/libredirect/libredirect/master/src/updates/updates.xml", - "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqlqsJrNbrWATJMxqbBlUbOfTnHuHkA8/q4aWSRNN1u6QJjsIZUoicAVAUSuAnc1eSJyDpbcyPEhwqaGGzAR3YcIoQlJAce/mIjNcRtX2dwttPnAH8H9D5y2yFjhSdSC+Je4FY46fiB5T/GYzEB/t3pglh7Z9bRVXHVA+nn+Vj+Do9Yj5NcugLnU3isSZGqCBFiaXF80jdmy7bqnAftdAHxGpEXERM9gWYsKo4L6p0v5O1k/zQHEsOcjS0auFvEupLMLdEmq8AiBtzOT0w7STHHqiMHuzMjEcdZhpyr66h/i0qKAKVtUcuzh6hMfiVd5pyYBN713yRUN52zvTXanWvQIDAQAB" + "update_url": "https://raw.githubusercontent.com/libredirect/libredirect/master/src/updates/updates.xml" } \ No newline at end of file