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 擴展基本資訊
| 名稱 | |
| ID | njfgllfchpddnfmildigamnkjjkipgea |
| 官方網址 | 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 |
| 電子郵箱 | [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
} | |