Forget Me - Clean History, Cookies & more

Delete everything about a website. Cookies, History, localStorage, sessionStorage...everything!

Τι είναι το Forget Me - Clean History, Cookies & more;

Το Forget Me - Clean History, Cookies & more είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον FDev, και η κύρια λειτουργία του είναι "Delete everything about a website. Cookies, History, localStorage, sessionStorage...everything!".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Forget Me - Clean History, Cookies & more

Λήψη αρχείων επέκτασης Forget Me - Clean History, Cookies & more σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Click the icon and everything disappears...not just cookies, but also history, and html5 client-side storage (local storage and session storage). I'm also working to delete the less-known flash cookies, but it looks like there is some naughty work to do.

Just click the icon and nobody will ever know you visited that website!

If you like "Forget Me" you might also like "Edit This Cookie"  
https://chrome.google.com/extensions/detail/fngmhnnpilhplaeedifhccceomclgfbg 
and
"Swap My Cookies"
http://chrome.google.com/extensions/detail/dffhipnliikkblkhpjapbecpmoilcama
These extensions are integrated and work nicely together...it's Recommended to have them all!

You can post issues and suggestions at:
http://code.google.com/p/forget-me/issues/list

Enjoy!                    

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

Όνομα Forget Me - Clean History, Cookies & more Forget Me - Clean History, Cookies & more
ID gekpdemielcmiiiackmeoppdgaggjgda
Επίσημο URL https://chromewebstore.google.com/detail/forget-me-clean-history-c/gekpdemielcmiiiackmeoppdgaggjgda
Περιγραφή Delete everything about a website. Cookies, History, localStorage, sessionStorage...everything!
Μέγεθος Αρχείου 326 KB
Αριθμός Εγκαταστάσεων 11,817
Τρέχουσα Έκδοση 1.1.0
Τελευταία Ενημέρωση 2020-11-22
Ημερομηνία Δημοσίευσης 2013-11-25
Αξιολόγηση 3.55/5 Συνολικά 92 Αξιολογήσεις
Προγραμματιστής FDev
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας http://code.google.com/p/forget-me/issues/list
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "name": "Forget Me - Clean History, Cookies & more",
    "version": "1.1.0",
    "description": "Delete everything about a website. Cookies, History, localStorage, sessionStorage...everything!",
    "icons": {
        "32": "img\/icon_32x32.png",
        "48": "img\/icon_48x48.png",
        "128": "img\/icon_128x128.png"
    },
    "page_action": {
        "default_icon": "img\/icon_32x32.png",
        "default_title": "Forget Me"
    },
    "background": {
        "scripts": [
            "\/js\/data.js",
            "\/js\/background.js"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "",
        "cookies",
        "history"
    ],
    "minimum_chrome_version": "7",
    "manifest_version": 2,
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx"
}