Waredot AdBlock

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

Apa itu Waredot AdBlock?

Waredot AdBlock adalah ekstensi Chrome yang dikembangkan oleh https://waredot.com, dan fitur utamanya adalah "Enjoy a safe, simple and ad-free browsing experience.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Waredot AdBlock

Unduh file ekstensi Waredot AdBlock dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Waredot AdBlock Waredot AdBlock
ID bekljpgkhhnakknepkhlijpheogbgbfb
URL Resmi https://chromewebstore.google.com/detail/waredot-adblock/bekljpgkhhnakknepkhlijpheogbgbfb
Deskripsi Enjoy a safe, simple and ad-free browsing experience.
Ukuran File 1.48 MB
Jumlah Instalasi 1,636
Versi Saat Ini 1.47.3.8
Terakhir Diperbarui 2023-08-10
Tanggal Publikasi 2022-09-17
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://waredot.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://waredot.com/privacy
Bahasa yang Didukung 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
}