Release v1.8.1.0

master
magnolia1234 2020-08-16 21:57:45 +02:00
parent cb10955352
commit b0711d59e3
6 changed files with 15 additions and 5 deletions

View File

@ -351,7 +351,7 @@ ext_api.storage.onChanged.addListener(function (changes, namespace) {
active: true,
currentWindow: true
}, function (tabs) {
if (tabs[0].url && tabs[0].url.indexOf("http") !== -1) {
if (tabs.length > 0 && tabs[0].url && tabs[0].url.indexOf("http") !== -1) {
ext_api.tabs.update(tabs[0].id, {
url: tabs[0].url
});

View File

@ -1,6 +1,16 @@
Changelog Bypass Paywalls Clean - Chrome
* v1.8.1.0 (2020-08-16)
Add Australian Provincial Newspapers (daily)
Add NoordhollandsDagblad.nl
Fix-update elMercurio (modals)
Fix-update MIT Sloan Management Review (modal)
Fix-update TheSaturdayPaper.com.au
Fix-update WSJ (disable Chinese amp-redirect)
Update custom sites (auto-enable in options)
Update installation instructions
* v1.8.0.0 (2020-07-26)
Add CharlieHebdo.fr
Add La Segunda (Chile)

View File

@ -283,5 +283,5 @@
"webRequest",
"webRequestBlocking"
],
"version": "1.8.0.0"
"version": "1.8.1.0"
}

View File

@ -21,5 +21,5 @@
"page": "options.html"
},
"permissions": [ "cookies", "<all_urls>", "storage", "webRequest", "webRequestBlocking"],
"version": "1.8.0.0"
"version": "1.8.1.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.8.0.0.crx' version='1.8.0.0' />
<updatecheck codebase='https://bitbucket.org/magnolia1234/bypass-paywalls-chrome-clean/downloads/bypass-paywalls-chrome-clean-1.8.1.0.crx' version='1.8.1.0' />
</app>
</gupdate>

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