You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
108 lines
2.8 KiB
108 lines
2.8 KiB
{ |
|
"manifest_version": 2, |
|
"name": "burlesco", |
|
"version": "11.21", |
|
"description": "Leia notícias sem ser assinante, burle o paywall", |
|
"homepage_url": "https://burles.co", |
|
"author": "rodorgas", |
|
|
|
"icons": { |
|
"128": "icon.png" |
|
}, |
|
|
|
"background": { |
|
"scripts": ["background.js"] |
|
}, |
|
|
|
"content_scripts": [ |
|
{ |
|
"js": ["content.js"], |
|
"run_at": "document_idle", |
|
"matches": [ |
|
"*://*.exame.com/*", |
|
"*://*.folha.uol.com.br/*", |
|
"*://*.folha.com.br/*", |
|
"*://*.seudinheiro.com/*", |
|
"*://super.abril.com.br/*", |
|
"*://*.veja.abril.com.br/*", |
|
"*://*.jota.info/*", |
|
"*://*.diariodaregiao.com.br/*", |
|
"*://*.correio24horas.com.br/*", |
|
"*://*.nexojornal.com.br/*" |
|
] |
|
}, |
|
{ |
|
"js": ["content-start.js"], |
|
"run_at": "document_start", |
|
"matches": [ |
|
"*://gauchazh.clicrbs.com.br/*", |
|
"*://*.oglobo.globo.com/*", |
|
"*://*.dgabc.com.br/*", |
|
"*://*.epoca.globo.com/*", |
|
"*://*.nexojornal.com.br/*", |
|
"*://crusoe.com.br/*", |
|
"*://*.em.com.br/*" |
|
] |
|
} |
|
], |
|
|
|
"permissions": [ |
|
"webRequest", |
|
"webRequestBlocking", |
|
"cookies", |
|
"storage", |
|
|
|
"*://correio.rac.com.br/*", |
|
"*://*.nsctotal.com.br/*", |
|
"*://www.diariopopular.com.br/*", |
|
"*://*.estadao.com.br/*", |
|
"*://*.fivewall.com.br/*", |
|
"*://*.folha.uol.com.br/*", |
|
"*://*.folha.com.br/*", |
|
"*://gauchazh.clicrbs.com.br/*", |
|
"*://*.zh.clicrbs.com.br/*", |
|
"*://api.clicrbs.com.br/*", |
|
"*://*.gazetadopovo.com.br/*", |
|
"*://*.infoglobo.com.br/*", |
|
"*://*.jota.info/*", |
|
"*://www.jornalnh.com.br/*", |
|
"*://*.nexojornal.com.br/*", |
|
"*://www.netdeal.com.br/*", |
|
"*://*.oglobo.globo.com/*", |
|
"*://www.rbsonline.com.br/*", |
|
"*://api.tinypass.com/*", |
|
"*://cdn.tinypass.com/*", |
|
"*://dashboard.tinypass.com/*", |
|
"*://exame.com/*", |
|
"*://*.seudinheiro.com/*", |
|
"*://super.abril.com.br/*", |
|
"*://veja.abril.com.br/*", |
|
"*://quatrorodas.abril.com.br/*", |
|
"*://*.uol.com.br/*", |
|
"*://tm.jsuol.com.br/*", |
|
"*://www.uol/*", |
|
"*://*.folhadelondrina.com.br/*", |
|
"*://pioneiro.clicrbs.com.br/*", |
|
"*://www.gazetaonline.com.br/*", |
|
"*://www.jornalvs.com.br/*", |
|
"*://*.brpolitico.com.br/*", |
|
"*://*.diarinho.com.br/*", |
|
"*://*.diariodaregiao.com.br/*", |
|
"*://*.correio24horas.com.br/*", |
|
"*://correio-static.cworks.cloud/vendor/bower_components/paywall.js/paywall.js*", |
|
"*://*.epoca.globo.com/*" |
|
], |
|
|
|
"applications": { |
|
"gecko": { |
|
"id": "burlesco@burles.co", |
|
"update_url": "https://burlesco.github.io/burlesco-update/firefox.json" |
|
} |
|
}, |
|
|
|
"update_url": "https://burlesco.github.io/burlesco-update/chromium.xml", |
|
|
|
"options_ui": { |
|
"page": "options.html" |
|
} |
|
}
|
|
|