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.”。

扩展截图

screenshot
screenshot
screenshot

下载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 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
电子邮箱 [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
}