Ethical AdBlock — Ad Blocker
Ethical Adblock is the first undetectable adblocker for all websites.
O que é Ethical AdBlock — Ad Blocker?
Ethical AdBlock — Ad Blocker é uma extensão do Chrome desenvolvida por https://www.ethical-adblock.xyz, e sua principal característica é "Ethical Adblock is the first undetectable adblocker for all websites.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Ethical AdBlock — Ad Blocker
Baixe arquivos de extensão Ethical AdBlock — 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
Ethical adblock is the first undetectable ad blocker in the world ! It is undetectable by ad blocker detectors and blocks all your ads on youtube, twitch, twitter and all your favorite sites. ═══════════ Features ═══════════ ┊Adblocker completely undetectable ┊Block Youtube video ads ┊Block Ads on All Websites ┊Make Your Browser Faster
Informações Básicas da Extensão
Nome | Ethical AdBlock — Ad Blocker |
ID | njfgllfchpddnfmildigamnkjjkipgea |
URL Oficial | https://chromewebstore.google.com/detail/ethical-adblock-%E2%80%94-ad-bloc/njfgllfchpddnfmildigamnkjjkipgea |
Descrição | Ethical Adblock is the first undetectable adblocker for all websites. |
Tamanho do Arquivo | 153 KB |
Contagem de Instalações | 72 |
Versão Atual | 1.2 |
Última Atualização | 2022-10-03 |
Data de Publicação | 2021-04-27 |
Classificação | 4.31/5 Total de 16 Avaliações |
Desenvolvedor | https://www.ethical-adblock.xyz |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.ethical-adblock.xyz |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ethical AdBlock \u2014 Ad Blocker", "version": "1.2", "description": "Ethical Adblock is the first undetectable adblocker for all websites.", "permissions": [ "webRequest", "webRequestBlocking", "http:\/\/*\/", "https:\/\/*\/" ], "background": { "scripts": [ "blocked_domains.js", "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "adskip.js" ], "run_at": "document_end", "all_frames": true } ], "icons": { "128": "Logo_EthicalBlocker.png" }, "browser_action": { "default_popup": "popup.html" }, "manifest_version": 2 } |