Browser WatchDog for Chrome

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

Cos'è Browser WatchDog for Chrome?

Browser WatchDog for Chrome è un'estensione di Chrome sviluppata da https://browserdog.com, e la sua funzione principale è "Browser Watchdog offers an easy scan and cleanup of your browser extensions.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Browser WatchDog for Chrome

Scarica i file di estensione Browser WatchDog for Chrome 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

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

Informazioni di Base sull'Estensione

Nome Browser WatchDog for Chrome Browser WatchDog for Chrome
ID jjnfhbcilcppomkcmkbbmcadoihkkgah
URL Ufficiale https://chromewebstore.google.com/detail/browser-watchdog-for-chro/jjnfhbcilcppomkcmkbbmcadoihkkgah
Descrizione Browser Watchdog offers an easy scan and cleanup of your browser extensions.
Dimensione del File 686 KB
Conteggio Installazioni 262,345
Versione Corrente 1.0.1952.2
Ultimo Aggiornamento 2022-11-24
Data di Pubblicazione 2020-04-08
Valutazione 4.54/5 Totale 123 Valutazioni
Sviluppatore https://browserdog.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://browserdog.com
URL della Pagina di Aiuto http://browserdog.com/store_support
URL della Pagina della Politica sulla Privacy https://browserdog.com/privacy
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}