Waredot AdBlock

Enjoy a safe, simple and ad-free browsing experience.

什么是Waredot AdBlock?

Waredot AdBlock是由https://waredot.com开发的Chrome扩展程序,该扩展的主要功能是“Enjoy a safe, simple and ad-free browsing experience.”。

扩展截图

screenshot

下载Waredot AdBlock扩展crx文件

下载Waredot AdBlock扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Block ads and pop-ups on News Chanel, YouTube, Facebook, Twitch, and your favorite websites.                    

扩展基本信息

名称 Waredot AdBlock Waredot AdBlock
ID bekljpgkhhnakknepkhlijpheogbgbfb
官方URL https://chromewebstore.google.com/detail/waredot-adblock/bekljpgkhhnakknepkhlijpheogbgbfb
简介 Enjoy a safe, simple and ad-free browsing experience.
文件大小 1.48 MB
安装次数 1,636
当前版本 1.47.3.8
更新时间 2023-08-10
上架时间 2022-09-17
评分 5.00/5 共1次评分
开发者 https://waredot.com
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://waredot.com/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Waredot AdBlock",
    "version": "1.47.3.8",
    "description": "Enjoy a safe, simple and ad-free browsing experience.",
    "permissions": [
        "tabs",
        "declarativeNetRequest",
        "storage"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "blockLIST",
                "enabled": true,
                "path": "my.json"
            },
            {
                "id": "advLIST",
                "enabled": false,
                "path": "adv.json"
            },
            {
                "id": "antiprnLIST",
                "enabled": false,
                "path": "antiprn.json"
            },
            {
                "id": "suspLIST",
                "enabled": false,
                "path": "susp.json"
            }
        ]
    },
    "icons": {
        "48": ".\/icons\/ad48.png",
        "64": ".\/icons\/ad64.png"
    },
    "content_scripts": [
        {
            "js": [
                "yt_blocks.js",
                "content.js"
            ],
            "run_at": "document_end",
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "Popup.html",
        "default_title": "Waredot AdBlock"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "manifest_version": 3
}