mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 04:01:58 +01:00
Release v2.0.0.0
This commit is contained in:
parent
e4021fb2cd
commit
0c5bc51487
5 changed files with 16 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
|||
var ext_api = (typeof browser === 'object') ? browser : chrome;
|
||||
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 csDone = false;
|
||||
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
Changelog Bypass Paywalls Clean - Firefox
|
||||
|
||||
Post-release
|
||||
|
||||
* v2.0.0.0 (2020-12-20)
|
||||
Add Krautreporter (Germany)
|
||||
Add Piqd (Germany)
|
||||
Fix-update Foreign Affairs
|
||||
|
|
|
@ -410,5 +410,5 @@
|
|||
"*://*.repstatic.it/*",
|
||||
"*://*.userzoom.com/*"
|
||||
],
|
||||
"version": "1.9.9.4"
|
||||
"version": "2.0.0.0"
|
||||
}
|
|
@ -2,8 +2,8 @@
|
|||
"addons": {
|
||||
"magnolia@12.34": {
|
||||
"updates": [
|
||||
{ "version": "1.9.9.0",
|
||||
"update_link": "https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass_paywalls_clean-1.9.9.0.xpi" }
|
||||
{ "version": "2.0.0.0",
|
||||
"update_link": "https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass_paywalls_clean-2.0.0.0.xpi" }
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
10
updates_lp.json
Normal file
10
updates_lp.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"addons": {
|
||||
"magnolia_limited_permissions@12.34": {
|
||||
"updates": [
|
||||
{ "version": "1.9.9.2",
|
||||
"update_link": "https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass_paywalls_clean_lp-1.9.9.2.xpi" }
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue