mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 09:17:49 +01:00
Prepare v1.7.0.4
This commit is contained in:
parent
966b838efd
commit
064ab15994
5 changed files with 270 additions and 8 deletions
|
@ -12,7 +12,7 @@
|
|||
* [License](#license)
|
||||
|
||||
### Installation
|
||||
[Download and install the latest version](https://github.com/magnolia1234-new/bypass-paywalls-firefox-clean/releases/download/v1.7.0.3/bypass_paywalls_clean-1.7.0.3-an+fx.xpi)
|
||||
[Download and install the latest version](https://github.com/magnolia1234-new/bypass-paywalls-firefox-clean/releases/download/v1.7.0.4/bypass_paywalls_clean-1.7.0.4-an+fx.xpi)
|
||||
Or first visit the [releases page](https://github.com/magnolia1234-new/bypass-paywalls-firefox-clean/releases).
|
||||
Here you can also find a limited permissions version (custom sites not working though).
|
||||
Install add-on by downloading xpi-file (assets).
|
||||
|
|
262
lp/manifest.json
Normal file
262
lp/manifest.json
Normal file
|
@ -0,0 +1,262 @@
|
|||
{
|
||||
"background": {
|
||||
"scripts": ["sites.js", "background.js"]
|
||||
},
|
||||
"content_security_policy": "script-src 'self'; object-src 'self'",
|
||||
"content_scripts": [{
|
||||
"matches": [
|
||||
"*://*.bloomberg.com/*",
|
||||
"*://*.economist.com/*",
|
||||
"*://*.nytimes.com/*",
|
||||
"*://*.theathletic.com/*",
|
||||
"*://*.washingtonpost.com/*"
|
||||
],
|
||||
"js": ["contentScript.js"]
|
||||
}
|
||||
],
|
||||
"applications": {
|
||||
"gecko": {
|
||||
"id": "magnolia_limited_permissions@12.34",
|
||||
"update_url": "https://raw.githubusercontent.com/magnolia1234-new/bypass-paywalls-firefox-clean/master/updates_lp.json"
|
||||
}
|
||||
},
|
||||
"browser_action": {
|
||||
"default_popup": "popup.html",
|
||||
"default_icon": {
|
||||
"128": "bypass.png"
|
||||
},
|
||||
"theme_icons": [{
|
||||
"light": "bypass-dark.png",
|
||||
"dark": "bypass.png",
|
||||
"size": 128
|
||||
}
|
||||
]
|
||||
},
|
||||
"description": "Bypass News Sites' Paywalls",
|
||||
"icons": {
|
||||
"128": "bypass.png"
|
||||
},
|
||||
"manifest_version": 2,
|
||||
"name": "Bypass Paywalls Clean (limited permissions)",
|
||||
"short_name": "Bypass Paywall",
|
||||
"options_ui": {
|
||||
"page": "options.html"
|
||||
},
|
||||
"permissions": [
|
||||
"cookies",
|
||||
"*://*.ad.nl/*",
|
||||
"*://*.adelaidenow.com.au/*",
|
||||
"*://*.adweek.com/*",
|
||||
"*://*.afr.com/*",
|
||||
"*://*.aftonbladet.se/*",
|
||||
"*://*.americanaffairsjournal.org/*",
|
||||
"*://*.americanbanker.com/*",
|
||||
"*://*.asia.nikkei.com/*",
|
||||
"*://*.baltimoresun.com/*",
|
||||
"*://*.barrons.com/*",
|
||||
"*://*.bendigoadvertiser.com.au/*",
|
||||
"*://*.bizjournals.com/*",
|
||||
"*://*.bloomberg.com/*",
|
||||
"*://*.bloombergquint.com/*",
|
||||
"*://*.bordermail.com.au/*",
|
||||
"*://*.bostonglobe.com/*",
|
||||
"*://*.britannica.com/*",
|
||||
"*://*.businessinsider.com/*",
|
||||
"*://*.cairnspost.com.au/*",
|
||||
"*://*.caixinglobal.com/*",
|
||||
"*://*.canberratimes.com.au/*",
|
||||
"*://*.cen.acs.org/*",
|
||||
"*://*.centralwesterndaily.com.au/*",
|
||||
"*://*.challenges.fr/*",
|
||||
"*://*.chicagobusiness.com/*",
|
||||
"*://*.chicagotribune.com/*",
|
||||
"*://*.clarin.com/*",
|
||||
"*://*.corriere.it/*",
|
||||
"*://*.courant.com/*",
|
||||
"*://*.couriermail.com.au/*",
|
||||
"*://*.csmonitor.com/*",
|
||||
"*://*.cw.com.tw/*",
|
||||
"*://*.dailyadvertiser.com.au/*",
|
||||
"*://*.dailyliberal.com.au/*",
|
||||
"*://*.dailypress.com/*",
|
||||
"*://*.dailytelegraph.com.au/*",
|
||||
"*://*.darkreading.com/*",
|
||||
"*://*.demorgen.be/*",
|
||||
"*://*.denverpost.com/*",
|
||||
"*://*.digiday.com/*",
|
||||
"*://*.dn.se/*",
|
||||
"*://*.dvhn.nl/*",
|
||||
"*://*.economist.com/*",
|
||||
"*://*.elcomercio.pe/*",
|
||||
"*://*.elmercurio.com/*",
|
||||
"*://*.elpais.com/*",
|
||||
"*://*.estadao.com.br/*",
|
||||
"*://*.eurekareport.com.au/*",
|
||||
"*://*.exame.abril.com.br/*",
|
||||
"*://*.examiner.com.au/*",
|
||||
"*://*.faz.net/*",
|
||||
"*://*.fd.nl/*",
|
||||
"*://*.firstthings.com/*",
|
||||
"*://*.fnlondon.com/*",
|
||||
"*://*.folha.uol.com.br/*",
|
||||
"*://*.foreignpolicy.com/*",
|
||||
"*://*.fortune.com/*",
|
||||
"*://*.ft.com/*",
|
||||
"*://*.gestion.pe/*",
|
||||
"*://*.glassdoor.com/*",
|
||||
"*://*.globo.com/*",
|
||||
"*://*.goldcoastbulletin.com.au/*",
|
||||
"*://*.groene.nl/*",
|
||||
"*://*.haaretz.co.il/*",
|
||||
"*://*.haaretz.com/*",
|
||||
"*://*.handelsblatt.com/*",
|
||||
"*://*.harpers.org/*",
|
||||
"*://*.hbr.org/*",
|
||||
"*://*.hbrtaiwan.com/*",
|
||||
"*://*.heraldsun.com.au/*",
|
||||
"*://*.humo.be/*",
|
||||
"*://*.illawarramercury.com.au/*",
|
||||
"*://*.ilmessaggero.it/*",
|
||||
"*://*.inc.com/*",
|
||||
"*://*.inquirer.com/*",
|
||||
"*://*.intelligentinvestor.com.au/*",
|
||||
"*://*.irishtimes.com/*",
|
||||
"*://*.japantimes.co.jp/*",
|
||||
"*://*.journalnow.com/*",
|
||||
"*://*.kleinezeitung.at/*",
|
||||
"*://*.labusinessjournal.com/*",
|
||||
"*://*.ladepeche.fr/*",
|
||||
"*://*.lanacion.com.ar/*",
|
||||
"*://*.lastampa.it/*",
|
||||
"*://*.latercera.com/*",
|
||||
"*://*.latimes.com/*",
|
||||
"*://*.lc.nl/*",
|
||||
"*://*.lecho.be/*",
|
||||
"*://*.ledevoir.com/*",
|
||||
"*://*.lejdd.fr/*",
|
||||
"*://*.leparisien.fr/*",
|
||||
"*://*.lescienze.it/*",
|
||||
"*://*.lesechos.fr (free articles only)/*",
|
||||
"*://*.liberation.fr/*",
|
||||
"*://*.livemint.com/*",
|
||||
"*://*.loebclassics.com/*",
|
||||
"*://*.lopinion.fr/*",
|
||||
"*://*.lrb.co.uk/*",
|
||||
"*://*.mcall.com/*",
|
||||
"*://*.medium.com/*",
|
||||
"*://*.mercurynews.com/*",
|
||||
"*://*.mexiconewsdaily.com/*",
|
||||
"*://*.miamiherald.com/*",
|
||||
"*://*.modernhealthcare.com/*",
|
||||
"*://*.mv-voice.com/*",
|
||||
"*://*.nationalpost.com/*",
|
||||
"*://*.nationalreview.com/*",
|
||||
"*://*.newcastleherald.com.au/*",
|
||||
"*://*.newrepublic.com/*",
|
||||
"*://*.news-gazette.com/*",
|
||||
"*://*.newstatesman.com/*",
|
||||
"*://*.newyorker.com/*",
|
||||
"*://*.northerndailyleader.com.au/*",
|
||||
"*://*.nrc.nl/*",
|
||||
"*://*.ntnews.com.au/*",
|
||||
"*://*.nymag.com/*",
|
||||
"*://*.nytimes.com/*",
|
||||
"*://*.nzherald.co.nz/*",
|
||||
"*://*.nzz.ch/*",
|
||||
"*://*.ocregister.com/*",
|
||||
"*://*.orlandosentinel.com/*",
|
||||
"*://*.paloaltoonline.com/*",
|
||||
"*://*.parool.nl/*",
|
||||
"*://*.philosophynow.org/*",
|
||||
"*://*.portnews.com.au/*",
|
||||
"*://*.post-gazette.com/*",
|
||||
"*://*.quora.com/*",
|
||||
"*://*.qz.com/*",
|
||||
"*://*.repubblica.it/*",
|
||||
"*://*.sacbee.com/*",
|
||||
"*://*.sandiegouniontribune.com/*",
|
||||
"*://*.science-et-vie.com/*",
|
||||
"*://*.scientificamerican.com/*",
|
||||
"*://*.scribd.com/*",
|
||||
"*://*.seattletimes.com/*",
|
||||
"*://*.seekingalpha.com/*",
|
||||
"*://*.sfchronicle.com/*",
|
||||
"*://*.sloanreview.mit.edu/*",
|
||||
"*://*.smh.com.au/*",
|
||||
"*://*.sofrep.com/*",
|
||||
"*://*.spectator.co.uk/*",
|
||||
"*://*.spectator.com.au/*",
|
||||
"*://*.standard.net.au/*",
|
||||
"*://*.statista.com/*",
|
||||
"*://*.sun-sentinel.com/*",
|
||||
"*://*.switzersuperreport.com.au/*",
|
||||
"*://*.techinasia.com/*",
|
||||
"*://*.technologyreview.com/*",
|
||||
"*://*.telegraaf.nl/*",
|
||||
"*://*.telegraph.co.uk/*",
|
||||
"*://*.the-american-interest.com/*",
|
||||
"*://*.the-tls.co.uk/*",
|
||||
"*://*.theadvocate.com.au/*",
|
||||
"*://*.theage.com.au/*",
|
||||
"*://*.theathletic.co.uk/*",
|
||||
"*://*.theathletic.com/*",
|
||||
"*://*.theatlantic.com/*",
|
||||
"*://*.theaustralian.com.au/*",
|
||||
"*://*.thecourier.com.au/*",
|
||||
"*://*.thedailybeast.com/*",
|
||||
"*://*.thediplomat.com/*",
|
||||
"*://*.theglobeandmail.com/*",
|
||||
"*://*.thehindu.com/*",
|
||||
"*://*.themarker.com/*",
|
||||
"*://*.themercury.com.au/*",
|
||||
"*://*.thenation.com/*",
|
||||
"*://*.thesaturdaypaper.com.au/*",
|
||||
"*://*.thestar.com/*",
|
||||
"*://*.thetimes.co.uk/*",
|
||||
"*://*.tijd.be/*",
|
||||
"*://*.towardsdatascience.com/*",
|
||||
"*://*.townsvillebulletin.com.au/*",
|
||||
"*://*.trouw.nl/*",
|
||||
"*://*.valeursactuelles.com/*",
|
||||
"*://*.vanityfair.com/*",
|
||||
"*://*.vn.nl/*",
|
||||
"*://*.volkskrant.nl/*",
|
||||
"*://*.washingtonpost.com/*",
|
||||
"*://*.watoday.com.au/*",
|
||||
"*://*.weeklytimesnow.com.au/*",
|
||||
"*://*.wired.com/*",
|
||||
"*://*.worldpoliticsreview.com/*",
|
||||
"*://*.wsj.com/*",
|
||||
"*://*.outbrain.com/*",
|
||||
"*://*.poool.fr/*",
|
||||
"*://*.tinypass.com/*",
|
||||
"*://*.piano.io/*",
|
||||
"*://*.blueconic.net/*",
|
||||
"*://*.cedsdigital.it/*",
|
||||
"*://*.corriereobjects.it/*",
|
||||
"*://*.epimg.net/*",
|
||||
"*://*.lightboxcdn.com/*",
|
||||
"*://merreader.emol.cl/*",
|
||||
"*://*.lp4.io/*",
|
||||
"*://*.rcsobjects.it/*",
|
||||
"*://*.repstatic.it/*",
|
||||
"*://*.swisspay.ch/*",
|
||||
"*://*.htmedia.in/*",
|
||||
"*://*.qiota.com/*",
|
||||
"*://*.tribdss.com/*",
|
||||
"*://*.userzoom.com/*",
|
||||
"*://*.viralize.tv/*",
|
||||
"*://*.bndestem.nl/*",
|
||||
"*://*.bd.nl/*",
|
||||
"*://*.ed.nl/*",
|
||||
"*://*.gelderlander.nl/*",
|
||||
"*://*.pzc.nl/*",
|
||||
"*://*.destentor.nl/*",
|
||||
"*://*.tubantia.nl/*",
|
||||
"storage",
|
||||
"tabs",
|
||||
"webRequest",
|
||||
"webRequestBlocking"
|
||||
],
|
||||
"version": "1.7.0.4"
|
||||
}
|
|
@ -39,5 +39,5 @@
|
|||
"webRequest",
|
||||
"webRequestBlocking"
|
||||
],
|
||||
"version": "1.7.0.3"
|
||||
"version": "1.7.0.4"
|
||||
}
|
|
@ -3,10 +3,10 @@
|
|||
"addons": {
|
||||
"magnolia@12.34": {
|
||||
"updates": [
|
||||
{ "version": "1.7.0.2",
|
||||
"update_link": "https://github.com/magnolia1234-new/bypass-paywalls-firefox-clean/releases/download/v1.7.0.2/bypass_paywalls_clean-1.7.0.2-an+fx.xpi" },
|
||||
{ "version": "1.7.0.3",
|
||||
"update_link": "https://github.com/magnolia1234-new/bypass-paywalls-firefox-clean/releases/download/v1.7.0.3/bypass_paywalls_clean-1.7.0.3-an+fx.xpi" }
|
||||
"update_link": "https://github.com/magnolia1234-new/bypass-paywalls-firefox-clean/releases/download/v1.7.0.3/bypass_paywalls_clean-1.7.0.3-an+fx.xpi" },
|
||||
{ "version": "1.7.0.4",
|
||||
"update_link": "https://github.com/magnolia1234-new/bypass-paywalls-firefox-clean/releases/download/v1.7.0.4/bypass_paywalls_clean-1.7.0.4-an+fx.xpi" }
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
"addons": {
|
||||
"magnolia_limited_permissions@12.34": {
|
||||
"updates": [
|
||||
{ "version": "1.7.0.2",
|
||||
"update_link": "https://github.com/magnolia1234-new/bypass-paywalls-firefox-clean/releases/download/v1.7.0.2/bypass_paywalls_clean_lp-1.7.0.2-an+fx.xpi" },
|
||||
{ "version": "1.7.0.3",
|
||||
"update_link": "https://github.com/magnolia1234-new/bypass-paywalls-firefox-clean/releases/download/v1.7.0.3/bypass_paywalls_clean_lp-1.7.0.3-an+fx.xpi" }
|
||||
"update_link": "https://github.com/magnolia1234-new/bypass-paywalls-firefox-clean/releases/download/v1.7.0.3/bypass_paywalls_clean_lp-1.7.0.3-an+fx.xpi" },
|
||||
{ "version": "1.7.0.4",
|
||||
"update_link": "https://github.com/magnolia1234-new/bypass-paywalls-firefox-clean/releases/download/v1.7.0.4/bypass_paywalls_clean_lp-1.7.0.4-an+fx.xpi" }
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue