Ethical AdBlock — Ad Blocker
Ethical Adblock is the first undetectable adblocker for all websites.
Was ist Ethical AdBlock — Ad Blocker?
Ethical AdBlock — Ad Blocker ist eine Chrome-Erweiterung, die von https://www.ethical-adblock.xyz entwickelt wurde, und ihr Hauptmerkmal ist "Ethical Adblock is the first undetectable adblocker for all websites.".
Erweiterungsscreenshots
Ethical AdBlock — Ad Blocker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Ethical AdBlock — Ad Blocker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Ethical AdBlock — Ad Blocker |
ID | njfgllfchpddnfmildigamnkjjkipgea |
Offizielle URL | https://chromewebstore.google.com/detail/ethical-adblock-%E2%80%94-ad-bloc/njfgllfchpddnfmildigamnkjjkipgea |
Beschreibung | Ethical Adblock is the first undetectable adblocker for all websites. |
Dateigröße | 153 KB |
Installationsanzahl | 72 |
Aktuelle Version | 1.2 |
Letztes Update | 2022-10-03 |
Veröffentlichungsdatum | 2021-04-27 |
Bewertung | 4.31/5 Insgesamt 16 Bewertungen |
Entwickler | https://www.ethical-adblock.xyz |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.ethical-adblock.xyz |
Unterstützte Sprachen | 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 } |