mirror of
https://gitflic.ru/project/magnolia1234/bypass-paywalls-chrome-clean.git
synced 2025-04-28 08:57:58 +03:00
Release latest
This commit is contained in:
commit
043b6ea106
5 changed files with 4519 additions and 0 deletions
21
LICENSE
Normal file
21
LICENSE
Normal file
|
@ -0,0 +1,21 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2020, magnolia1234
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
46
allowlist/README.md
Normal file
46
allowlist/README.md
Normal file
|
@ -0,0 +1,46 @@
|
|||
# Add extension (crx) to allowlist
|
||||
|
||||
* [Windows](#windows)
|
||||
* [macOS](#macOS)
|
||||
* [Linux](#linux)
|
||||
|
||||
### Windows
|
||||
|
||||
Advance Notice: after adding the allowlist-policy you'll get a message *Your browser is managed by your organisation* on the extensions page (and some settings like Secure DNS are disabled).\
|
||||
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).
|
||||
|
||||
If you still want to add the extension to the allowlist:
|
||||
|
||||
Run as administrator one of the reg-files in allowlist-folder of extension (unzip).
|
||||
* for Edge 116+ you may also need to run the *Forcelist* reg-file (also undo reg-file provided) or switch to *Load unpacked* installation.
|
||||
|
||||
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).\
|
||||
To add more extensions to the allowlist you can add more lines.\
|
||||
Example Chrome-regfile:
|
||||
```
|
||||
Windows Registry Editor Version 5.00
|
||||
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome\ExtensionInstallAllowlist]
|
||||
"1"="lkbebcjgcmobigpeffafkodonchffocl"
|
||||
"2"="extension-id2"
|
||||
```
|
||||
|
||||
You can also run the PowerShell script *bypass_paywalls_clean_allowlist.ps1* (as administrator) to add extension to the allowlist (script checks if extension already allowed or adds new registry-key).\
|
||||
For the parameter browser enter chrome, edge or brave.
|
||||
|
||||
### macOS
|
||||
|
||||
Run with admin rights one of the .mobileconfig files in allowlist-folder of extension (unzip).\
|
||||
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.\
|
||||
To add more extensions to the allowlist you can add more lines.
|
||||
```
|
||||
<key>ExtensionInstallAllowlist</key>
|
||||
<array>
|
||||
<string>lkbebcjgcmobigpeffafkodonchffocl</string>
|
||||
<string>extension-id2</string>
|
||||
</array>
|
||||
```
|
||||
|
||||
### Linux
|
||||
|
||||
[Chromium-based browsers allow local installations of extensions](https://developer.chrome.com/docs/extensions/mv3/hosting/#hosting), so not necessary :)
|
3201
changelog.txt
Normal file
3201
changelog.txt
Normal file
File diff suppressed because it is too large
Load diff
2
not-for-install.txt
Normal file
2
not-for-install.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
|
||||
See changelog for location of master zip-file (install by 'load unpacked' folder).
|
Loading…
Add table
Add a link
Reference in a new issue