Remove Cookie!
Removes cookies set by the site, including cookies with paths and domains
Was ist Remove Cookie!?
Remove Cookie! ist eine Chrome-Erweiterung, die von alenbi.2013.105 entwickelt wurde, und ihr Hauptmerkmal ist "Removes cookies set by the site, including cookies with paths and domains".
Erweiterungsscreenshots
Remove Cookie!-Erweiterungs-CRX-Datei herunterladen
Laden Sie Remove Cookie!-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
This extension enables you to quickly remove the cookie that may have been set by the site. Simply click "Remove Cookie!
Grundlegende Informationen zur Erweiterung
Name | |
ID | oifomnalkciipmgkfgdjkepdocgiipjg |
Offizielle URL | https://chrome.google.com/webstore/detail/remove-cookie/oifomnalkciipmgkfgdjkepdocgiipjg |
Beschreibung | Removes cookies set by the site, including cookies with paths and domains |
Dateigröße | 25.75 KB |
Installationsanzahl | 16,543 |
Aktuelle Version | 0.1 |
Letztes Update | 2013-12-18 |
Veröffentlichungsdatum | 2013-12-18 |
Bewertung | 2.88/5 Insgesamt 16 Bewertungen |
Entwickler | alenbi.2013.105 |
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 Cookie!" }, "name": "Remove Cookie!", "description": "Removes cookies set by the site, including cookies with paths and domains", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.1", "manifest_version": 2 } |