Space Cookie
Have more awareness of cookies on websites. Cookie counter, block cookies, remove cookies, whitelist websites.
Vad är Space Cookie?
Space Cookie är en Chrome-tillägg utvecklad av maf, och dess huvudfunktion är "Have more awareness of cookies on websites. Cookie counter, block cookies, remove cookies, whitelist websites.".
Tilläggsskärmbilder
Ladda ner Space Cookie-förlängningens CRX-fil
Ladda ner Space 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
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/ Grundläggande Information om Tillägg
| Namn | |
| ID | bdfgjmkhjlpdmabilebjcgfjajghnojk |
| Officiell webbadress | https://chromewebstore.google.com/detail/space-cookie/bdfgjmkhjlpdmabilebjcgfjajghnojk |
| Beskrivning | Have more awareness of cookies on websites. Cookie counter, block cookies, remove cookies, whitelist websites. |
| Filstorlek | 108 KB |
| Antal Installationer | 31 |
| Aktuell Version | 1 |
| Senast Uppdaterad | 2015-03-17 |
| Publiceringsdatum | 2015-03-17 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | maf |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |