Prepare v1.6.4.3

master
magnolia1234 2020-03-08 23:25:33 +01:00 committed by GitHub
parent 8b4bb6c230
commit 9d5f2a8d08
3 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@
### Installation instructions
Due to [Google internal policy](https://developer.chrome.com/webstore/program_policies), the extension is not available on the Chrome Web Store. The following instructions are needed to install third-party extensions in [Chromium](https://en.wikipedia.org/wiki/Chromium_(web_browser))-based browsers:
#### Chrome (Windows, MacOS, Linux), Microsoft Edge (version 79)
1. Download this repo as a [ZIP file from GitHub](https://github.com/magnolia1234/bypass-paywalls-chrome-clean/releases/download/v1.6.4.2/bypass-paywalls-chrome-clean-master.zip).
1. Download this repo as a [ZIP file from GitHub](https://github.com/magnolia1234/bypass-paywalls-chrome-clean/releases/download/v1.6.4.3/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` or `edge://extensions`).

View File

@ -21,5 +21,5 @@
"page": "options.html"
},
"permissions": [ "cookies", "<all_urls>", "storage", "webRequest", "webRequestBlocking"],
"version": "1.6.4.2"
"version": "1.6.4.3"
}

View File

@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
<app appid='lkbebcjgcmobigpeffafkodonchffocl'>
<updatecheck codebase='https://github.com/magnolia1234/bypass-paywalls-chrome-clean/releases/download/v1.6.4.2/bypass-paywalls-chrome-clean.crx' version='1.6.4.2' />
<updatecheck codebase='https://github.com/magnolia1234/bypass-paywalls-chrome-clean/releases/download/v1.6.4.3/bypass-paywalls-chrome-clean.crx' version='1.6.4.3' />
</app>
</gupdate>