jsonline Pop-up and Ad Blocker
Stops annoying $0.99 subscribe pop-ups.
O que é jsonline Pop-up and Ad Blocker?
jsonline Pop-up and Ad Blocker é uma extensão do Chrome desenvolvida por http://ryanmarquardt.com, e sua principal característica é "Stops annoying $0.99 subscribe pop-ups.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão jsonline Pop-up and Ad Blocker
Baixe arquivos de extensão jsonline Pop-up and Ad Blocker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
-Unofficial Milwaukee Journal Sentinel Chrome Extension Helper- v1.01 * Displays helpful hotlines links to popular sports sections of Wisconsin Sports Teams * Removes the annoying pop up ad when you reach 10 articles at jsonline * Removes the ads that take forever to load on the side.
Informações Básicas da Extensão
Nome | |
ID | pndjflhlkobeenifffedeieemafghgim |
URL Oficial | https://chrome.google.com/webstore/detail/jsonline-pop-up-and-ad-bl/pndjflhlkobeenifffedeieemafghgim |
Descrição | Stops annoying $0.99 subscribe pop-ups. |
Tamanho do Arquivo | 105 KB |
Contagem de Instalações | 88 |
Versão Atual | 1.10.1 |
Última Atualização | 2014-09-22 |
Data de Publicação | 2014-09-22 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | http://ryanmarquardt.com |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "jsonline Pop-up and Ad Blocker", "version": "1.10.1", "manifest_version": 2, "description": "Stops annoying $0.99 subscribe pop-ups.", "background_page": "background.html", "browser_action": { "name": "Manipulate DOM", "icons": [ "icon.png" ], "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon_16.png", "128": "icon_128.png" }, "permissions": [ "tabs" ], "content_scripts": [ { "css": [ "jsonline.css" ], "js": [ "jquery.min.js", "background.js" ], "matches": [ "http:\/\/www.jsonline.com\/*" ] } ] } |