Cookie Remover
Removes cookies for the current site
Was ist Cookie Remover?
Cookie Remover ist eine Chrome-Erweiterung, die von Adam entwickelt wurde, und ihr Hauptmerkmal ist "Removes cookies for the current site".
Erweiterungsscreenshots
Cookie Remover-Erweiterungs-CRX-Datei herunterladen
Laden Sie Cookie Remover-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
Instructions: Click the cookie icon at the top right to remove cookies for the current site. A confirmation will then appear displaying how many cookies were removed. You should then refresh the page to see possible changes. Also clears localStorage and sessionStorage for the current site. Remove cookie. Remove cookies. Cookie removal. Delete cookie. Delete Cookies. Clear session.
Grundlegende Informationen zur Erweiterung
Name | Cookie Remover |
ID | kcgpggonjhmeaejebeoeomdlohicfhce |
Offizielle URL | https://chromewebstore.google.com/detail/cookie-remover/kcgpggonjhmeaejebeoeomdlohicfhce |
Beschreibung | Removes cookies for the current site |
Dateigröße | 87.72 KB |
Installationsanzahl | 83,261 |
Aktuelle Version | 1.0.3 |
Letztes Update | 2019-08-10 |
Veröffentlichungsdatum | 2019-08-09 |
Bewertung | 4.46/5 Insgesamt 79 Bewertungen |
Entwickler | Adam |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-128.png", "default_title": "Remove cookies for this site" }, "description": "Removes cookies for the current site", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "name": "Cookie Remover", "permissions": [ "activeTab" ], "manifest_version": 2, "version": "1.0.3" } |