Cookie-Cleaner
Chrome extension to clean cookies from the current tab in one click.
Was ist Cookie-Cleaner?
Cookie-Cleaner ist eine Chrome-Erweiterung, die von jmatj.dev entwickelt wurde, und ihr Hauptmerkmal ist "Chrome extension to clean cookies from the current tab in one click.".
Erweiterungsscreenshots
Cookie-Cleaner-Erweiterungs-CRX-Datei herunterladen
Laden Sie Cookie-Cleaner-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
Cookie-Cleaner is a simple and fast extension to clean cookies from the current tab in one click. Don't hassle with sites that are restricting the content based on how many times you have visited their site. In one click you're back on your feet and ready to go on!
Grundlegende Informationen zur Erweiterung
Name | Cookie-Cleaner |
ID | alnoiokdjddbeifhpfifmlgmdpgapmaj |
Offizielle URL | https://chromewebstore.google.com/detail/cookie-cleaner/alnoiokdjddbeifhpfifmlgmdpgapmaj |
Beschreibung | Chrome extension to clean cookies from the current tab in one click. |
Dateigröße | 15.15 KB |
Installationsanzahl | 1,614 |
Aktuelle Version | 0.1 |
Letztes Update | 2016-06-03 |
Veröffentlichungsdatum | 2016-06-03 |
Bewertung | 3.40/5 Insgesamt 5 Bewertungen |
Entwickler | jmatj.dev |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/jmatj/cookie-cleaner |
Hilfeseite URL | https://github.com/jmatj/cookie-cleaner |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cookie-Cleaner", "description": "Chrome extension to clean cookies from the current tab in one click.", "version": "0.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_popup": "popup.html", "default_title": "remove cookies now", "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "permissions": [ "cookies", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |