Forget Me - Clean History, Cookies & more
Delete everything about a website. Cookies, History, localStorage, sessionStorage...everything!
Was ist Forget Me - Clean History, Cookies & more?
Forget Me - Clean History, Cookies & more ist eine Chrome-Erweiterung, die von FDev entwickelt wurde, und ihr Hauptmerkmal ist "Delete everything about a website. Cookies, History, localStorage, sessionStorage...everything!".
Erweiterungsscreenshots
Forget Me - Clean History, Cookies & more-Erweiterungs-CRX-Datei herunterladen
Laden Sie Forget Me - Clean History, Cookies & more-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | Forget Me - Clean History, Cookies & more |
ID | gekpdemielcmiiiackmeoppdgaggjgda |
Offizielle URL | https://chromewebstore.google.com/detail/forget-me-clean-history-c/gekpdemielcmiiiackmeoppdgaggjgda |
Beschreibung | Delete everything about a website. Cookies, History, localStorage, sessionStorage...everything! |
Dateigröße | 326 KB |
Installationsanzahl | 11,817 |
Aktuelle Version | 1.1.0 |
Letztes Update | 2020-11-22 |
Veröffentlichungsdatum | 2013-11-25 |
Bewertung | 3.55/5 Insgesamt 92 Bewertungen |
Entwickler | FDev |
[email protected] | |
Zahlungsart | free |
Hilfeseite URL | http://code.google.com/p/forget-me/issues/list |
Unterstützte Sprachen | 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", " |