Browser WatchDog for Chrome

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

What is Browser WatchDog for Chrome?

Browser WatchDog for Chrome is a Chrome extension developed by https://browserdog.com, and its main feature is "Browser Watchdog offers an easy scan and cleanup of your browser extensions.".

Extension Screenshots

screenshot
screenshot

Download Browser WatchDog for Chrome Extension CRX File

Download Browser WatchDog for Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!  🐶                    

Extension Basic Information

Name Browser WatchDog for Chrome Browser WatchDog for Chrome
ID jjnfhbcilcppomkcmkbbmcadoihkkgah
Official URL https://chromewebstore.google.com/detail/browser-watchdog-for-chro/jjnfhbcilcppomkcmkbbmcadoihkkgah
Description Browser Watchdog offers an easy scan and cleanup of your browser extensions.
File Size 686 KB
Installation Count 262,345
Current Version 1.0.1952.2
Last Updated 2022-11-24
Publish Date 2020-04-08
Rating 4.54/5 Total 123 Ratings
Developer https://browserdog.com
Email [email protected]
Payment Type free
Extension Website http://browserdog.com
Help Page URL http://browserdog.com/store_support
Privacy Policy Page URL https://browserdog.com/privacy
Supported Languages 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": [
                ""
            ]
        }
    ]
}