Release v2.0.0.0

This commit is contained in:
magnolia1234 2020-12-20 12:20:09 +01:00
parent a1638438a7
commit 3d70208de2
4 changed files with 5 additions and 3 deletions

View File

@ -4,7 +4,7 @@
var ext_api = (typeof browser === 'object') ? browser : chrome; var ext_api = (typeof browser === 'object') ? browser : chrome;
var ext_name = ext_api.runtime.getManifest().name; var ext_name = ext_api.runtime.getManifest().name;
const cs_limit_except = ['afr.com', 'harpers.org', 'la-croix.com', 'lescienze.it', 'techinasia.com']; const cs_limit_except = ['afr.com', 'harpers.org', 'inkl.com', 'la-croix.com', 'lescienze.it', 'techinasia.com'];
var currentTabUrl = ''; var currentTabUrl = '';
var csDone = false; var csDone = false;

View File

@ -2,6 +2,8 @@
Changelog Bypass Paywalls Clean - Chrome Changelog Bypass Paywalls Clean - Chrome
Post-release Post-release
* v2.0.0.0 (2020-12-20)
Add Krautreporter (Germany) Add Krautreporter (Germany)
Add Piqd (Germany) Add Piqd (Germany)
Fix-update Foreign Affairs Fix-update Foreign Affairs

View File

@ -397,5 +397,5 @@
"*://*.repstatic.it/*", "*://*.repstatic.it/*",
"*://*.userzoom.com/*" "*://*.userzoom.com/*"
], ],
"version": "1.9.9.4" "version": "2.0.0.0"
} }

View File

@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?> <?xml version='1.0' encoding='UTF-8'?>
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'> <gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
<app appid='lkbebcjgcmobigpeffafkodonchffocl'> <app appid='lkbebcjgcmobigpeffafkodonchffocl'>
<updatecheck codebase='https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass-paywalls-chrome-clean-1.9.9.0.crx' version='1.9.9.0' /> <updatecheck codebase='https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass-paywalls-chrome-clean-2.0.0.0.crx' version='2.0.0.0' />
</app> </app>
</gupdate> </gupdate>