Prepare v1.7.2.0

This commit is contained in:
magnolia1234 2020-05-17 15:55:10 +02:00
parent f59593635b
commit b5ad3cc0c7
5 changed files with 19 additions and 4 deletions

View File

@ -1,6 +1,15 @@
Changelog Bypass Paywalls Clean - Chrome
* v1.7.2.0 (2020-05-17)
Add Globes (Israel)
Fix-update Challenges.fr (proper)
Fix-update Nzz.ch (banners)
Fix-update The Hindu (timing issue)
Fix-update WSJ (timing issues)
Add Limited permissions version
Simplify blocking of specific paywall-scripts
* v1.7.1.0 (2020-05-02)
Add Le Journal du Net.fr
Add Sciences et Avenir.fr

View File

@ -14,7 +14,7 @@
"manifest_version": 2,
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvLxf4oOeSoz8qKVzKGQWW5zW44hWCoOoQRGXTrObUpyoGfGzhFO8aZHQmBcLrAZMA4O6EA7GaXnHkOPCLKM11seZ4J2azb1gSswApfAlaoeOLnhDnp/Jpzz7Bt6o4HL+nhKRJUOZ9z+GXAyOkOps5O38TwJN5R6z8tLkleRgfYscp19YU/vq1x9PrbXIHJTRB7qtb/iJmiKATKisXGmFY3Nbs5m379TGqcJFBM9bI+8bSJtS4e7t0LHOwSLDq3IVRaWVsFd9P19WEDNTxuzr9+rczOrw1vgmiisNOcElse8cyVIoq4bjepvfHM/9nzDgKwQsNG5OTzujwHu2UUN4cwIDAQAB",
"name": "Bypass Paywalls Clean (limited permissions)",
"update_url": "https://bitbucket.org/magnolia1234/bypass-paywalls-chrome-clean/raw/master/updates.xml",
"update_url": "https://bitbucket.org/magnolia1234/bypass-paywalls-chrome-clean/raw/master/updates_lp.xml",
"short_name": "Bypass Paywall",
"options_ui": {
"chrome_style": true,
@ -241,5 +241,5 @@
"webRequest",
"webRequestBlocking"
],
"version": "1.7.1.0"
"version": "1.7.2.0"
}

View File

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

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://bitbucket.org/magnolia1234/bypass-paywalls-chrome-clean/downloads/bypass-paywalls-chrome-clean-1.7.1.0.crx' version='1.7.1.0' />
<updatecheck codebase='https://bitbucket.org/magnolia1234/bypass-paywalls-chrome-clean/downloads/bypass-paywalls-chrome-clean-1.7.2.0.crx' version='1.7.2.0' />
</app>
</gupdate>

6
updates_lp.xml Normal file
View File

@ -0,0 +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://bitbucket.org/magnolia1234/bypass-paywalls-chrome-clean/downloads/bypass-paywalls-chrome-clean-lp-1.7.2.0.crx' version='1.7.2.0' />
</app>
</gupdate>