Waredot AdBlock

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

Vad är Waredot AdBlock?

Waredot AdBlock är en Chrome-tillägg utvecklad av https://waredot.com, och dess huvudfunktion är "Enjoy a safe, simple and ad-free browsing experience.".

Tilläggsskärmbilder

screenshot

Ladda ner Waredot AdBlock-förlängningens CRX-fil

Ladda ner Waredot AdBlock-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Waredot AdBlock Waredot AdBlock
ID bekljpgkhhnakknepkhlijpheogbgbfb
Officiell webbadress https://chromewebstore.google.com/detail/waredot-adblock/bekljpgkhhnakknepkhlijpheogbgbfb
Beskrivning Enjoy a safe, simple and ad-free browsing experience.
Filstorlek 1.48 MB
Antal Installationer 1,636
Aktuell Version 1.47.3.8
Senast Uppdaterad 2023-08-10
Publiceringsdatum 2022-09-17
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://waredot.com
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://waredot.com/privacy
Stödda Språk 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
}