Ethical AdBlock — Ad Blocker
Ethical Adblock is the first undetectable adblocker for all websites.
Cos'è Ethical AdBlock — Ad Blocker?
Ethical AdBlock — Ad Blocker è un'estensione di Chrome sviluppata da https://www.ethical-adblock.xyz, e la sua funzione principale è "Ethical Adblock is the first undetectable adblocker for all websites.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Ethical AdBlock — Ad Blocker
Scarica i file di estensione Ethical AdBlock — Ad Blocker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Ethical AdBlock — Ad Blocker |
ID | njfgllfchpddnfmildigamnkjjkipgea |
URL Ufficiale | https://chromewebstore.google.com/detail/ethical-adblock-%E2%80%94-ad-bloc/njfgllfchpddnfmildigamnkjjkipgea |
Descrizione | Ethical Adblock is the first undetectable adblocker for all websites. |
Dimensione del File | 153 KB |
Conteggio Installazioni | 72 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2022-10-03 |
Data di Pubblicazione | 2021-04-27 |
Valutazione | 4.31/5 Totale 16 Valutazioni |
Sviluppatore | https://www.ethical-adblock.xyz |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.ethical-adblock.xyz |
Lingue Supportate | 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 } |