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
官方網址 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
}