Ethical AdBlock — Ad Blocker
Ethical Adblock is the first undetectable adblocker for all websites.
Ethical AdBlock — Ad Blockerとは何ですか?
Ethical AdBlock — Ad Blockerはhttps://www.ethical-adblock.xyzによって開発されたChromeの拡張機能で、その主な機能は「Ethical Adblock is the first undetectable adblocker for all websites.」です。
拡張機能のスクリーンショット
Ethical AdBlock — Ad Blocker拡張機能のCRXファイルをダウンロード
Ethical AdBlock — Ad Blocker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | Ethical AdBlock — Ad Blocker |
ID | njfgllfchpddnfmildigamnkjjkipgea |
公式URL | https://chromewebstore.google.com/detail/ethical-adblock-%E2%80%94-ad-bloc/njfgllfchpddnfmildigamnkjjkipgea |
説明 | Ethical Adblock is the first undetectable adblocker for all websites. |
ファイルサイズ | 153 KB |
インストール数 | 72 |
現在のバージョン | 1.2 |
最終更新日 | 2022-10-03 |
公開日 | 2021-04-27 |
評価 | 4.31/5 合計 16 レビュー |
開発者 | https://www.ethical-adblock.xyz |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.ethical-adblock.xyz |
対応言語 | 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 } |