Remove Cookie!
Removes cookies set by the site, including cookies with paths and domains
Vad är Remove Cookie!?
Remove Cookie! är en Chrome-tillägg utvecklad av alenbi.2013.105, och dess huvudfunktion är "Removes cookies set by the site, including cookies with paths and domains".
Tilläggsskärmbilder
Ladda ner Remove Cookie!-förlängningens CRX-fil
Ladda ner Remove Cookie!-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension enables you to quickly remove the cookie that may have been set by the site. Simply click "Remove Cookie!
Grundläggande Information om Tillägg
Namn | |
ID | oifomnalkciipmgkfgdjkepdocgiipjg |
Officiell webbadress | https://chrome.google.com/webstore/detail/remove-cookie/oifomnalkciipmgkfgdjkepdocgiipjg |
Beskrivning | Removes cookies set by the site, including cookies with paths and domains |
Filstorlek | 25.75 KB |
Antal Installationer | 16,543 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2013-12-18 |
Publiceringsdatum | 2013-12-18 |
Betyg | 2.88/5 Totalt 16 Betyg |
Utvecklare | alenbi.2013.105 |
Betalningssätt | free |
Stödda Språk | 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 } |