Waredot AdBlock

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

Waredot AdBlockคืออะไร?

Waredot AdBlock เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://waredot.com และคุณลักษณะหลักของมันคือ "Enjoy a safe, simple and ad-free browsing experience."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Waredot AdBlock

ดาวน์โหลดไฟล์ส่วนขยาย 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
}