Cookie Muncher

1 Click and the cookies are removed from the current tab

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

Το Cookie Muncher είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://cookiemuncher.org, και η κύρια λειτουργία του είναι "1 Click and the cookies are removed from the current tab".

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

screenshot

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

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

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

                        Minimize online search engine tracking!  Cookie Muncher promotes minimal cookie tracking search with omibar/newtab search to Bing and will remove all search engine cookies from your current tab just by clicking on our cookie icon in the toolbar.  

By clicking "Add to Chrome", I accept and agree to install Cookie Muncher extension and set the default search and New Tab to that provided by the service and to the Terms of Use and Privacy Policy”.

To report bugs, suggest new features or have comments reach us at [email protected]

Our Privacy Policy (Updated)
https://cookiemuncher.org/?a=privacy 

Our Terms:
https://cookiemuncher.org/?a=terms

About Us:
https://cookiemuncher.org/?a=about                    

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

Όνομα Cookie Muncher Cookie Muncher
ID fpnalmiongflnhdnahcibifbjabphieh
Επίσημο URL https://chrome.google.com/webstore/detail/cookie-muncher/fpnalmiongflnhdnahcibifbjabphieh
Περιγραφή 1 Click and the cookies are removed from the current tab
Μέγεθος Αρχείου 13.94 KB
Αριθμός Εγκαταστάσεων 12,565
Τρέχουσα Έκδοση 5
Τελευταία Ενημέρωση 2021-02-16
Ημερομηνία Δημοσίευσης 2020-03-18
Αξιολόγηση 3.67/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής http://cookiemuncher.org
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://cookiemuncher.org
Διεύθυνση URL της Σελίδας Βοήθειας https://cookiemuncher.org
URL της Σελίδας Πολιτικής Απορρήτου https://cookiemuncher.org?a=privacy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "author": "Kreg Milano",
    "name": "Cookie Muncher",
    "description": "1 Click and the cookies are removed from the current tab",
    "homepage_url": "https:\/\/cookiemuncher.org",
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 2,
    "version": "5",
    "browser_action": {
        "default_icon": "128.png",
        "default_title": "1 Click Cookie Remover"
    },
    "icons": {
        "128": "128.png"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "n.html"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "alternate_urls": [],
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/cookiemuncher.org\/favicon.ico",
            "image_url": "",
            "image_url_post_params": "",
            "instant_url": "",
            "instant_url_post_params": "",
            "is_default": true,
            "keyword": "CC",
            "name": "CC",
            "search_url": "https:\/\/cookiemuncher.org\/s\/?subid=cm&api=cmz1ulbrzgs2h54&q={searchTerms}",
            "search_url_post_params": "",
            "suggest_url_post_params": ""
        }
    }
}