Space Cookie
Have more awareness of cookies on websites. Cookie counter, block cookies, remove cookies, whitelist websites.
Co to jest Space Cookie?
Space Cookie to rozszerzenie Chrome opracowane przez maf, a jego główną funkcją jest „Have more awareness of cookies on websites. Cookie counter, block cookies, remove cookies, whitelist websites.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Space Cookie
Pobierz pliki rozszerzeń Space Cookie w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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/
Podstawowe informacje o rozszerzeniu
Nazwa | Space Cookie |
ID | bdfgjmkhjlpdmabilebjcgfjajghnojk |
Oficjalny URL | https://chromewebstore.google.com/detail/space-cookie/bdfgjmkhjlpdmabilebjcgfjajghnojk |
Opis | Have more awareness of cookies on websites. Cookie counter, block cookies, remove cookies, whitelist websites. |
Rozmiar pliku | 108 KB |
Liczba instalacji | 31 |
Aktualna Wersja | 1 |
Ostatnia Aktualizacja | 2015-03-17 |
Data Publikacji | 2015-03-17 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | maf |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |