Cookie Watch

Provides fast and simple removal of cookies, tracking cookies, browsing history, download history and caches.

Τι είναι το Cookie Watch;

Το Cookie Watch είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον daniel.barajas1280, και η κύρια λειτουργία του είναι "Provides fast and simple removal of cookies, tracking cookies, browsing history, download history and caches.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Cookie Watch

Λήψη αρχείων επέκτασης Cookie Watch σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This add-on quickly and easily removes cookies that save every surfing behavior for advertising purposes.
These so-called tracking and third-party cookies from third-party providers can be removed and blocked with a simple click.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Cookie Watch Cookie Watch
ID cmogeohlpljgihhbafbnincahfmafbfn
Επίσημο URL https://chromewebstore.google.com/detail/cookie-watch/cmogeohlpljgihhbafbnincahfmafbfn
Περιγραφή Provides fast and simple removal of cookies, tracking cookies, browsing history, download history and caches.
Μέγεθος Αρχείου 204 KB
Αριθμός Εγκαταστάσεων 71,272
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2022-10-29
Ημερομηνία Δημοσίευσης 2021-04-20
Προγραμματιστής daniel.barajas1280
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://cookiewatch.org/privacy-policy/index.html
Υποστηριζόμενες Γλώσσες de,en,tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cookie Watch",
    "version": "1.0.1",
    "description": "__MSG_manifest__",
    "manifest_version": 2,
    "browser_action": {
        "browser_style": true,
        "default_title": "Cookiewatch",
        "default_popup": "popup\/index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "browsingData",
        "storage",
        "",
        "notifications",
        "cookies",
        "tabs",
        "webRequest",
        "webRequestBlocking"
    ],
    "icons": {
        "48": "images\/Cookiewatch_48x48.png",
        "96": "images\/Cookiewatch_96x96.png",
        "128": "images\/Cookiewatch_128x128.png"
    },
    "default_locale": "en"
}