Browser WatchDog for Chrome

Browser Watchdog offers an easy scan and cleanup of your browser extensions.

Qu'est-ce que Browser WatchDog for Chrome ?

Browser WatchDog for Chrome est une extension Chrome développée par https://browserdog.com, et sa fonction principale est "Browser Watchdog offers an easy scan and cleanup of your browser extensions.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Browser WatchDog for Chrome

Téléchargez les fichiers d'extension Browser WatchDog for Chrome 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

                        Browser WatchDog scans and removes annoying, intrusive, and malicious extensions that creeped into your browser!
Bad extensions - be gone! ☠️

Bad extensions can cause anything from an annoying browsing experience such as bombardment by ads to serious information leakages.
Browser WatchDog works out of the box and immediately after installation scans all your installed extensions, analyzes their permissions, and compares them to known and unknown blacklists and bad actors. 
Once a compromised add-on or extension is found in your browser, Browser WatchDog lets you remove it with a single click. 
Scanning can be triggered manually by clicking the Browser WatchDog icon but is also done periodically, a few times a day.

Browser WatchDog is completely FREE and no signup is required.

* Browser WatchDog is an independent developer and is not affiliated with any major browser manufacturer. *

For questions, issues or false positives, Email [email protected]
For privacy, visit https://browserdog.com/privacy

Happy browsing!  🐶                    

Informations de Base sur l'Extension

Nom Browser WatchDog for Chrome Browser WatchDog for Chrome
ID jjnfhbcilcppomkcmkbbmcadoihkkgah
URL Officiel https://chromewebstore.google.com/detail/browser-watchdog-for-chro/jjnfhbcilcppomkcmkbbmcadoihkkgah
Description Browser Watchdog offers an easy scan and cleanup of your browser extensions.
Taille du Fichier 686 KB
Nombre d'Installations 262,345
Version Actuelle 1.0.1952.2
Dernière Mise à Jour 2022-11-24
Date de Publication 2020-04-08
Évaluation 4.54/5 Total 123 Évaluations
Développeur https://browserdog.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://browserdog.com
URL de la Page d'Aide http://browserdog.com/store_support
URL de la Page de Politique de Confidentialité https://browserdog.com/privacy
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "public\/logos\/dog.png",
        "default_title": "Browser WatchDog for Chrome"
    },
    "description": "Browser Watchdog offers an easy scan and cleanup of your browser extensions.",
    "short_name": "Watchdog",
    "name": "Browser WatchDog for Chrome",
    "icons": {
        "16": "public\/logos\/logo_16.png",
        "48": "public\/logos\/logo_48.png",
        "128": "public\/logos\/logo_128.png"
    },
    "version": "1.0.1952.2",
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "tabs",
        "cookies",
        "management",
        "webRequest",
        "storage",
        "notifications",
        "idle",
        "scripting",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "web_accessible\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}