Retruco Eliminate Anti AdBlock
Removes fixed message from Ad-Block blockers
O que é Retruco Eliminate Anti AdBlock?
Retruco Eliminate Anti AdBlock é uma extensão do Chrome desenvolvida por Giovanni, e sua principal característica é "Removes fixed message from Ad-Block blockers".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Retruco Eliminate Anti AdBlock
Baixe arquivos de extensão Retruco Eliminate Anti AdBlock 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
Retruco Eliminate Anti AdBlock removes the fixed message from Ad Blockers globally known as ABP AdBlock, AdGuard, uBlock or related. This extension focuses on removing the intrusive messages that detect Ad-Block and force you to turn off the extension function. The fact that the site relies financially on advertising does not legalize or make SPAM mandatory, so this is a way for you to reject the restriction.
Informações Básicas da Extensão
Nome | Retruco Eliminate Anti AdBlock |
ID | gpkdlgnngkiiphplplodblijekhnjjob |
URL Oficial | https://chromewebstore.google.com/detail/retruco-eliminate-anti-ad/gpkdlgnngkiiphplplodblijekhnjjob |
Descrição | Removes fixed message from Ad-Block blockers |
Tamanho do Arquivo | 205 KB |
Contagem de Instalações | 1,578 |
Versão Atual | 1.3.0 |
Última Atualização | 2018-10-12 |
Data de Publicação | 2018-10-11 |
Classificação | 3.37/5 Total de 19 Avaliações |
Desenvolvedor | Giovanni |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "pt_BR", "name": "__MSG_ext_name__", "description": "__MSG_ext_description__", "author": "Giovanni Ramos", "version": "1.3.0", "icons": { "16": "img\/icon-16.png", "32": "img\/icon-32.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "__MSG_ext_name__", "default_icon": { "16": "img\/icon-16-off.png", "32": "img\/icon-32.png" } }, "permissions": [ "activeTab", "webNavigation" ] } |