mirror of
https://github.com/iamadamdev/bypass-paywalls-chrome
synced 2025-04-30 03:54:26 +02:00
Prepare for v1.6.1 release
This commit is contained in:
parent
28fbba787a
commit
60ade67619
@ -6,7 +6,7 @@
|
||||
1. Unzip the file and you should have a folder named `bypass-paywalls-chrome-master`.
|
||||
1. In Chrome go to the extensions page (`chrome://extensions`).
|
||||
1. Enable Developer Mode.
|
||||
1. Drag the `bypass-paywalls-chrome-master` folder anywhere on the page to import it.
|
||||
1. Drag the `bypass-paywalls-chrome-master` folder anywhere on the page to import it (do not delete the folder afterwards).
|
||||
|
||||
**Notes**
|
||||
* Every time you open Chrome it may warn you about running extensions in developer mode, just click 🗙 to keep the extension enabled.
|
||||
|
@ -21,5 +21,5 @@
|
||||
"page": "options.html"
|
||||
},
|
||||
"permissions": [ "cookies", "<all_urls>", "storage", "webRequest", "webRequestBlocking"],
|
||||
"version": "1.6.0"
|
||||
"version": "1.6.1"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
|
||||
<app appid='dcpihecpambacapedldabdbpakmachpb'>
|
||||
<updatecheck codebase='https://github.com/iamadamdev/bypass-paywalls-chrome/releases/download/v1.6.0/bypass-paywalls-chrome.crx' version='1.6.0' />
|
||||
<updatecheck codebase='https://github.com/iamadamdev/bypass-paywalls-chrome/releases/download/v1.6.1/bypass-paywalls-chrome.crx' version='1.6.1' />
|
||||
</app>
|
||||
</gupdate>
|
||||
|
Loading…
x
Reference in New Issue
Block a user