Remove Cookie!
Removes cookies set by the site, including cookies with paths and domains
Hvad er Remove Cookie!?
Remove Cookie! er en Chrome-udvidelse udviklet af alenbi.2013.105, og dens hovedfunktion er "Removes cookies set by the site, including cookies with paths and domains".
Udvidelsesskærmbilleder
Download Remove Cookie!-udvidelses-CRX-fil
Download Remove Cookie!-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This extension enables you to quickly remove the cookie that may have been set by the site. Simply click "Remove Cookie!
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | oifomnalkciipmgkfgdjkepdocgiipjg |
Officiel URL | https://chrome.google.com/webstore/detail/remove-cookie/oifomnalkciipmgkfgdjkepdocgiipjg |
Beskrivelse | Removes cookies set by the site, including cookies with paths and domains |
Filstørrelse | 25.75 KB |
Antal Installationer | 16,543 |
Nuværende Version | 0.1 |
Senest Opdateret | 2013-12-18 |
Udgivelsesdato | 2013-12-18 |
Bedømmelse | 2.88/5 Samlet 16 Bedømmelser |
Udvikler | alenbi.2013.105 |
Betalingsmetode | free |
Understøttede Sprog | 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 } |