Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Eu quero ler!", "version": "1.7", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "background": { "scripts": [ "background.js" ] }, "description": "Remo\u00e7\u00e3o das mensagens de assinatura em artigos de portais de not\u00edcias.", "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/static.folha.uol.com.br\/paywall\/js\/", "*:\/\/gazetadopovo.com.br\/assinaturas\/api\/*", "*:\/\/gazetadopovo.com.br\/connect\/js\/", "*:\/\/www.gazetadopovo.com.br\/assinaturas\/*", "*:\/\/estadao.com.br\/paywall\/*", "*:\/\/*.estadao.com.br\/paywall\/*", "*:\/\/*.paywall.estadao.com.br\/*", "*:\/\/*.estadao.com.br\/paywall\/*.js", "*:\/\/paywall.estadao.com.br\/*", "*:\/\/acesso.estadao.com.br\/api\/rest\/acesso-paywall", "*:\/\/www.paywall.estadao.com.br\/*", "*:\/\/diariocatarinense.clicrbs.com.br\/*", "*:\/\/paywall.folha.uol.com.br\/*", "*:\/\/oglobo.globo.com\/*\/paywall\/*", "*:\/\/zerohora.clicrbs.com.br\/jornal\/jsp\/paywall*" ], "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/www.gazetadopovo.com.br\/*" ], "js": [ "subscription-gazeta-script.js" ] }, { "matches": [ "http:\/\/*.estadao.com.br\/*" ], "js": [ "subscription-estadao-script.js" ] } ], "web_accessible_resources": [ "*.js", "*.css" ] }