Waredot AdBlock

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

Cos'è Waredot AdBlock?

Waredot AdBlock è un'estensione di Chrome sviluppata da https://waredot.com, e la sua funzione principale è "Enjoy a safe, simple and ad-free browsing experience.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Waredot AdBlock

Scarica i file di estensione Waredot AdBlock in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Waredot AdBlock Waredot AdBlock
ID bekljpgkhhnakknepkhlijpheogbgbfb
URL Ufficiale https://chromewebstore.google.com/detail/waredot-adblock/bekljpgkhhnakknepkhlijpheogbgbfb
Descrizione Enjoy a safe, simple and ad-free browsing experience.
Dimensione del File 1.48 MB
Conteggio Installazioni 1,636
Versione Corrente 1.47.3.8
Ultimo Aggiornamento 2023-08-10
Data di Pubblicazione 2022-09-17
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://waredot.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://waredot.com/privacy
Lingue Supportate 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
}