added allowlist-readme to root

This commit is contained in:
Amit Nandi 2025-04-04 22:09:53 +05:30
parent c3af73bbdc
commit 648a0274aa
4 changed files with 69 additions and 2182 deletions

View file

@ -0,0 +1,66 @@
<!DOCTYPE html []>
<html>
<head>
<meta charset="UTF-8" />
<meta name="author" content="MarkdownViewer++" />
<title>README.md</title>
<style type="text/css">
/* Avoid page breaks inside the most common attributes, especially for exports (i.e. PDF) */
td, h1, h2, h3, h4, h5, p, ul, ol, li {
page-break-inside: avoid;
}
</style>
</head>
<body>
<h1 id="add-extension-crx-to-allowlist">Add extension (crx) to allowlist</h1>
<ul>
<li>
<a href="#windows">Windows</a>
</li>
<li>
<a href="#macOS">macOS</a>
</li>
<li>
<a href="#linux">Linux</a>
</li>
</ul>
<h3 id="windows">Windows</h3>
<p>Advance Notice: after adding the allowlist-policy you'll get a message <em>Your browser is managed by your organisation</em> on the extensions page (and some settings like Secure DNS are disabled).<br />
To remove this message you'll have to remove the added policy from the registry again (run regedit and for Chrome check HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome).</p>
<p>If you still want to add the extension to the allowlist:</p>
<p>Run as administrator one of the reg-files in allowlist-folder of extension (unzip).</p>
<ul>
<li>for Edge 116+ you may also need to run the <em>Forcelist</em> reg-file (also undo reg-file provided) or switch to <em>Load unpacked</em> installation.</li>
</ul>
<p>If you already added extensions to the allowlist than you should change "1" to a new value (also change name of HLM-key for beta/developer versions of browsers).<br />
To add more extensions to the allowlist you can add more lines.<br />
Example Chrome-regfile:</p>
<pre>
<code>Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome\ExtensionInstallAllowlist]
"1"="lkbebcjgcmobigpeffafkodonchffocl"
"2"="extension-id2"
</code>
</pre>
<p>You can also run the PowerShell script <em>bypass_paywalls_clean_allowlist.ps1</em> (as administrator) to add extension to the allowlist (script checks if extension already allowed or adds new registry-key).<br />
For the parameter browser enter chrome, edge or brave.</p>
<h3 id="macos">macOS</h3>
<p>Run with admin rights one of the .mobileconfig files in allowlist-folder of extension (unzip).<br />
Finally restart the browser's process (in the Dock: right click on Chrome, 'Quit', reopen).<br />
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.<br />
To add more extensions to the allowlist you can add more lines.</p>
<pre>
<code>&lt;key&gt;ExtensionInstallAllowlist&lt;/key&gt;
&lt;array&gt;
&lt;string&gt;lkbebcjgcmobigpeffafkodonchffocl&lt;/string&gt;
&lt;string&gt;extension-id2&lt;/string&gt;
&lt;/array&gt;
</code>
</pre>
<h3 id="linux">Linux</h3>
<p>
<a href="https://developer.chrome.com/docs/extensions/mv3/hosting/#hosting">Chromium-based browsers allow local installations of extensions</a>, so not necessary :)</p>
</body>
</html>

File diff suppressed because it is too large Load diff

View file

@ -26,7 +26,7 @@ You can add/pin the extension icon to the toolbar with the toolbar extensions me
#### Load unpacked: Chrome, MS Edge or Brave (all desktop)
* or add extension to allowlist and install automatically updating crx-file (see next section)
1. Download this repository as a zip-file from [GitFlic](https://gitflic.ru/project/magnolia1234/bpc_uploads/blob/raw?file=bypass-paywalls-chrome-clean-master.zip).
1. Download this repository as a zip-file from [BM Forge](https://forge.bitmutex.com/bitmutex/bpc/raw/branch/main/bypass-paywalls-chrome-clean-master.zip).
2. Unzip the file and you should have a folder named *bypass-paywalls-chrome-clean-master*
3. Move the folder to a permanent location on your computer (do not delete the folder after installation).
4. Go to the extensions page: *chrome://extensions*
@ -38,7 +38,7 @@ You can add/pin the extension icon to the toolbar with the toolbar extensions me
#### CRX-file: other Chromium browsers (Opera/Vivaldi/Yandex)
* or add extension to allowlist for Chrome, MS Edge or Brave (see instructions [local](allowlist/README.html) or [online](https://gitflic.ru/project/magnolia1234/bypass-paywalls-chrome-clean/blob?file=allowlist%2FREADME.md))
1. Download the latest release as crx-file from [GitFlic](https://gitflic.ru/project/magnolia1234/bpc_uploads)
1. Download the latest release as crx-file from [BM Forge](https://forge.bitmutex.com/bitmutex/bpc/)
2. In your browser go to the extensions page: *chrome://extensions*
3. Enable Developer Mode.
4. Drag your crx-file anywhere on the page to import it (when you have an active 'load unpacked' installation, first remove it (and backup your custom sites); for automatic updates).
@ -56,7 +56,7 @@ For new (updated) sites you also have to opt-in to custom sites/request host per
#### Android
Install [Quetta Browser](https://play.google.com/store/apps/details?id=net.quetta.browser) from the Google PlayStore. You have two options:
* load the latest release as crx-file from [GitFlic](https://gitflic.ru/project/magnolia1234/bpc_uploads) (auto-updating, no allowlist needed)
* load the latest release as crx-file from [BM Forge](https://gitflic.ru/project/magnolia1234/bpc_uploads) (auto-updating, no allowlist needed)
* install latest master zip-file (no automatic updates, for custom sites use manifest.json from custom folder).
\* for custom sites use kiwi-custom crx-file (no grant of host permissions on Android).\

File diff suppressed because it is too large Load diff