Remove Cookie!
Removes cookies set by the site, including cookies with paths and domains
Wat is Remove Cookie!?
Remove Cookie! is een Chrome-extensie ontwikkeld door alenbi.2013.105, en de belangrijkste functie is "Removes cookies set by the site, including cookies with paths and domains".
Extensie Screenshots
Download het CRX-bestand van de extensie Remove Cookie!
Download Remove Cookie!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension enables you to quickly remove the cookie that may have been set by the site. Simply click "Remove Cookie!
Basisinformatie over de Extensie
Naam | |
ID | oifomnalkciipmgkfgdjkepdocgiipjg |
Officiële URL | https://chrome.google.com/webstore/detail/remove-cookie/oifomnalkciipmgkfgdjkepdocgiipjg |
Beschrijving | Removes cookies set by the site, including cookies with paths and domains |
Bestandsgrootte | 25.75 KB |
Aantal Installaties | 16,543 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2013-12-18 |
Publicatiedatum | 2013-12-18 |
Beoordeling | 2.88/5 Totaal 16 Beoordelingen |
Ontwikkelaar | alenbi.2013.105 |
Betalingswijze | free |
Ondersteunde Talen | 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 } |