Space Cookie
Have more awareness of cookies on websites. Cookie counter, block cookies, remove cookies, whitelist websites.
Cos'è Space Cookie?
Space Cookie è un'estensione di Chrome sviluppata da maf, e la sua funzione principale è "Have more awareness of cookies on websites. Cookie counter, block cookies, remove cookies, whitelist websites.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Space Cookie
Scarica i file di estensione Space Cookie in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Be more aware of websites that stores cookies in your browser with this Chrome extension. Created by: Rocket Studios. All rights reserved Cookie image from: Vecteezy.com. Image contributor: lavarmsg/Vecteezy.com Webstore screenshot background from: Flickr.com Image contributor: flickr.com/photos/gsfc/
Informazioni di Base sull'Estensione
Nome | Space Cookie |
ID | bdfgjmkhjlpdmabilebjcgfjajghnojk |
URL Ufficiale | https://chromewebstore.google.com/detail/space-cookie/bdfgjmkhjlpdmabilebjcgfjajghnojk |
Descrizione | Have more awareness of cookies on websites. Cookie counter, block cookies, remove cookies, whitelist websites. |
Dimensione del File | 108 KB |
Conteggio Installazioni | 31 |
Versione Corrente | 1 |
Ultimo Aggiornamento | 2015-03-17 |
Data di Pubblicazione | 2015-03-17 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | maf |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Space Cookie", "author": "Rocket Studios", "version": "1", "manifest_version": 2, "description": "Have more awareness of cookies on websites. Cookie counter, block cookies, remove cookies, whitelist websites.", "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "permissions": [ "cookies", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "img\/cookie16.png", "48": "img\/cookie48.png", "128": "img\/cookie128.png" }, "options_ui": { "page": "options.html", "chrome_style": true }, "browser_action": { "default_icon": "img\/cookie48.png", "default_popup": "mainpopup.html" } } |