Ethical AdBlock — Ad Blocker
Ethical Adblock is the first undetectable adblocker for all websites.
Qu'est-ce que Ethical AdBlock — Ad Blocker ?
Ethical AdBlock — Ad Blocker est une extension Chrome développée par https://www.ethical-adblock.xyz, et sa fonction principale est "Ethical Adblock is the first undetectable adblocker for all websites.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Ethical AdBlock — Ad Blocker
Téléchargez les fichiers d'extension Ethical AdBlock — Ad Blocker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Ethical AdBlock — Ad Blocker |
ID | njfgllfchpddnfmildigamnkjjkipgea |
URL Officiel | https://chromewebstore.google.com/detail/ethical-adblock-%E2%80%94-ad-bloc/njfgllfchpddnfmildigamnkjjkipgea |
Description | Ethical Adblock is the first undetectable adblocker for all websites. |
Taille du Fichier | 153 KB |
Nombre d'Installations | 72 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2022-10-03 |
Date de Publication | 2021-04-27 |
Évaluation | 4.31/5 Total 16 Évaluations |
Développeur | https://www.ethical-adblock.xyz |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.ethical-adblock.xyz |
Langues Prises en Charge | 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 } |