Waredot AdBlock

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

Qu'est-ce que Waredot AdBlock ?

Waredot AdBlock est une extension Chrome développée par https://waredot.com, et sa fonction principale est "Enjoy a safe, simple and ad-free browsing experience.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Waredot AdBlock

Téléchargez les fichiers d'extension Waredot AdBlock au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Waredot AdBlock Waredot AdBlock
ID bekljpgkhhnakknepkhlijpheogbgbfb
URL Officiel https://chromewebstore.google.com/detail/waredot-adblock/bekljpgkhhnakknepkhlijpheogbgbfb
Description Enjoy a safe, simple and ad-free browsing experience.
Taille du Fichier 1.48 MB
Nombre d'Installations 1,636
Version Actuelle 1.47.3.8
Dernière Mise à Jour 2023-08-10
Date de Publication 2022-09-17
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://waredot.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://waredot.com/privacy
Langues Prises en Charge 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
}