mirror of
https://github.com/iamadamdev/bypass-paywalls-chrome
synced 2025-04-29 23:44:25 +02:00
244 lines
6.6 KiB
JSON
244 lines
6.6 KiB
JSON
{
|
|
"background": {
|
|
"scripts": [
|
|
"src/js/common.js",
|
|
"src/js/sites.js",
|
|
"src/js/background.js"
|
|
]
|
|
},
|
|
"content_scripts": [
|
|
{
|
|
"matches": [
|
|
"*://*.ad.nl/*",
|
|
"*://*.afr.com/*",
|
|
"*://*.americanbanker.com/*",
|
|
"*://*.bizjournals.com/*",
|
|
"*://*.bloomberg.com/*",
|
|
"*://*.bloombergquint.com/*",
|
|
"*://*.businessinsider.com/*",
|
|
"*://*.caixinglobal.com/*",
|
|
"*://*.canberratimes.com.au/*",
|
|
"*://*.economist.com/*",
|
|
"*://*.ed.nl/*",
|
|
"*://*.elmercurio.com/*",
|
|
"*://*.elpais.com/*",
|
|
"*://*.estadao.com.br/*",
|
|
"*://*.examiner.com.au/*",
|
|
"*://*.firstthings.com/*",
|
|
"*://*.ft.com/*",
|
|
"*://*.haaretz.co.il/*",
|
|
"*://*.interest.co.nz/*",
|
|
"*://*.ledevoir.com/*",
|
|
"*://*.leparisien.fr/*",
|
|
"*://*.medium.com/*",
|
|
"*://*.medscape.com/*",
|
|
"*://*.mexiconewsdaily.com/*",
|
|
"*://*.nytimes.com/*",
|
|
"*://*.nzherald.co.nz/*",
|
|
"*://*.parool.nl/*",
|
|
"*://*.repubblica.it/*",
|
|
"*://*.sfchronicle.com/*",
|
|
"*://*.sloanreview.mit.edu/*",
|
|
"*://*.stuff.co.nz/*",
|
|
"*://*.techinasia.com/*",
|
|
"*://*.telegraaf.nl/*",
|
|
"*://*.the-american-interest.com/*",
|
|
"*://*.the-tls.co.uk/*",
|
|
"*://*.theadvocate.com.au/*",
|
|
"*://*.theathletic.com/*",
|
|
"*://*.theathletic.co.uk/*",
|
|
"*://*.thecourier.com.au/*",
|
|
"*://*.theglobeandmail.com/*",
|
|
"*://*.thehindu.com/*",
|
|
"*://*.thenational.scot/*",
|
|
"*://*.thestar.com/*",
|
|
"*://*.thewrap.com/*",
|
|
"*://*.trouw.nl/*",
|
|
"*://*.volkskrant.nl/*",
|
|
"*://*.washingtonpost.com/*",
|
|
"*://*.wsj.com/*",
|
|
"*://*.hbr.org/*"
|
|
],
|
|
"js": ["src/js/contentScript.js"]
|
|
}
|
|
],
|
|
"applications": {
|
|
"gecko": {
|
|
"id": "bypasspaywalls@bypasspaywalls.weebly.com",
|
|
"update_url": "https://raw.githubusercontent.com/iamadamdev/bypass-paywalls-chrome/master/src/updates/updates.json"
|
|
}
|
|
},
|
|
"browser_action": {
|
|
"theme_icons": [
|
|
{
|
|
"light": "src/icons/bypass-dark.png",
|
|
"dark": "src/icons/bypass.png",
|
|
"size": 128
|
|
}
|
|
],
|
|
"default_popup": "src/html/popup.html",
|
|
"default_icon": {
|
|
"128": "src/icons/bypass.png"
|
|
}
|
|
},
|
|
"description": "Bypass News Sites' Paywalls",
|
|
"homepage_url": "https://github.com/iamadamdev/bypass-paywalls-chrome/blob/master/README.md",
|
|
"icons": {
|
|
"128": "src/icon/bypass.png"
|
|
},
|
|
"manifest_version": 2,
|
|
"name": "Bypass Paywalls",
|
|
"short_name": "Bypass Paywall",
|
|
"options_ui": {
|
|
"page": "src/html/options.html"
|
|
},
|
|
"permissions": [
|
|
"cookies",
|
|
"storage",
|
|
"tabs",
|
|
"webRequest",
|
|
"webRequestBlocking",
|
|
"*://*.outbrain.com/*",
|
|
"*://*.piano.io/*",
|
|
"*://*.poool.fr/*",
|
|
"*://*.qiota.com/*",
|
|
"*://*.tinypass.com/*",
|
|
"*://*.ad.nl/*",
|
|
"*://*.adelaidenow.com.au/*",
|
|
"*://*.adweek.com/*",
|
|
"*://*.afr.com/*",
|
|
"*://*.asia.nikkei.com/*",
|
|
"*://*.baltimoresun.com/*",
|
|
"*://*.barrons.com/*",
|
|
"*://*.bizjournals.com/*",
|
|
"*://*.bloomberg.com/*",
|
|
"*://*.bloombergquint.com/*",
|
|
"*://*.bostonglobe.com/*",
|
|
"*://*.brisbanetimes.com.au/*",
|
|
"*://*.britannica.com/*",
|
|
"*://*.businessinsider.com/*",
|
|
"*://*.caixinglobal.com/*",
|
|
"*://*.cen.acs.org/*",
|
|
"*://*.centralwesterndaily.com.au/*",
|
|
"*://*.chicagobusiness.com/*",
|
|
"*://*.chicagotribune.com/*",
|
|
"*://*.corriere.it/*",
|
|
"*://*.courant.com/*",
|
|
"*://*.couriermail.com.au/*",
|
|
"*://*.dailypress.com/*",
|
|
"*://*.dailytelegraph.com.au/*",
|
|
"*://*.demorgen.be/*",
|
|
"*://*.denverpost.com/*",
|
|
"*://*.dynamed.com/*",
|
|
"*://*.economist.com/*",
|
|
"*://*.ed.nl/*",
|
|
"*://*.elmercurio.com/*",
|
|
"*://*.examiner.com.au/*",
|
|
"*://*.fd.nl/*",
|
|
"*://*.fnlondon.com/*",
|
|
"*://*.foreignpolicy.com/*",
|
|
"*://*.fortune.com/*",
|
|
"*://*.ft.com/*",
|
|
"*://*.genomeweb.com/*",
|
|
"*://*.glassdoor.com/*",
|
|
"*://*.globes.co.il/*",
|
|
"*://*.groene.nl/*",
|
|
"*://*.haaretz.co.il/*",
|
|
"*://*.haaretz.com/*",
|
|
"*://*.handelsblatt.com/*",
|
|
"*://*.harpers.org/*",
|
|
"*://*.hbr.org/*",
|
|
"*://*.heraldsun.com.au/*",
|
|
"*://*.ilmanifesto.it/*",
|
|
"*://*.inc.com/*",
|
|
"*://*.inquirer.com/*",
|
|
"*://*.interest.co.nz/*",
|
|
"*://*.investorschronicle.co.uk/*",
|
|
"*://*.irishtimes.com/*",
|
|
"*://*.japantimes.co.jp/*",
|
|
"*://*.journalnow.com/*",
|
|
"*://*.kansascity.com/*",
|
|
"*://*.labusinessjournal.com/*",
|
|
"*://*.lanacion.com.ar/*",
|
|
"*://*.lastampa.it/*",
|
|
"*://*.latercera.com/*",
|
|
"*://*.latimes.com/*",
|
|
"*://*.lecho.be/*",
|
|
"*://*.leparisien.fr/*",
|
|
"*://*.lesechos.fr/*",
|
|
"*://*.loebclassics.com/*",
|
|
"*://*.lrb.co.uk/*",
|
|
"*://*.mcall.com/*",
|
|
"*://*.medium.com/*",
|
|
"*://*.medscape.com/*",
|
|
"*://*.mercurynews.com/*",
|
|
"*://*.mv-voice.com/*",
|
|
"*://*.nationalpost.com/*",
|
|
"*://*.news-gazette.com/*",
|
|
"*://*.newstatesman.com/*",
|
|
"*://*.newyorker.com/*",
|
|
"*://*.nrc.nl/*",
|
|
"*://*.ntnews.com.au/*",
|
|
"*://*.nymag.com/*",
|
|
"*://*.nytimes.com/*",
|
|
"*://*.nzherald.co.nz/*",
|
|
"*://*.ocregister.com/*",
|
|
"*://*.orlandosentinel.com/*",
|
|
"*://*.paloaltoonline.com/*",
|
|
"*://*.parool.nl/*",
|
|
"*://*.quora.com/*",
|
|
"*://*.qz.com/*",
|
|
"*://*.repubblica.it/*",
|
|
"*://*.sandiegouniontribune.com/*",
|
|
"*://*.scientificamerican.com/*",
|
|
"*://*.seattletimes.com/*",
|
|
"*://*.seekingalpha.com/*",
|
|
"*://*.smh.com.au/*",
|
|
"*://*.sofrep.com/*",
|
|
"*://*.spectator.co.uk/*",
|
|
"*://*.spectator.com.au/*",
|
|
"*://*.statista.com/*",
|
|
"*://*.stuff.co.nz/*",
|
|
"*://*.sun-sentinel.com/*",
|
|
"*://*.techinasia.com/*",
|
|
"*://*.technologyreview.com/*",
|
|
"*://*.telegraaf.nl/*",
|
|
"*://*.telegraph.co.uk/*",
|
|
"*://*.the-tls.co.uk/*",
|
|
"*://*.theadvocate.com.au/*",
|
|
"*://*.theage.com.au/*",
|
|
"*://*.theathletic.com/*",
|
|
"*://*.theathletic.co.uk/*",
|
|
"*://*.theatlantic.com/*",
|
|
"*://*.theaustralian.com.au/*",
|
|
"*://*.thediplomat.com/*",
|
|
"*://*.theglobeandmail.com/*",
|
|
"*://*.theherald.com.au/*",
|
|
"*://*.thehindu.com/*",
|
|
"*://*.themarker.com/*",
|
|
"*://*.themercury.com.au/*",
|
|
"*://*.thenation.com/*",
|
|
"*://*.thenational.scot/*",
|
|
"*://*.thesaturdaypaper.com.au/*",
|
|
"*://*.thestar.com/*",
|
|
"*://*.thetimes.co.uk/*",
|
|
"*://*.thewrap.com/*",
|
|
"*://*.tijd.be/*",
|
|
"*://*.towardsdatascience.com/*",
|
|
"*://*.trouw.nl/*",
|
|
"*://*.vanityfair.com/*",
|
|
"*://*.vn.nl/*",
|
|
"*://*.volkskrant.nl/*",
|
|
"*://*.washingtonpost.com/*",
|
|
"*://*.wired.com/*",
|
|
"*://*.worldpoliticsreview.com/*",
|
|
"*://*.wsj.com/*",
|
|
"*://*.nzz.ch/*",
|
|
"*://*.republic.ru/*",
|
|
"*://*.historyextra.com/*",
|
|
"*://*.netdna-ssl.com/*",
|
|
"*://*.startribune.com/*"
|
|
],
|
|
"version": "1.7.6"
|
|
}
|