Space Cookie
Have more awareness of cookies on websites. Cookie counter, block cookies, remove cookies, whitelist websites.
什麼是Space Cookie?
Space Cookie是由maf開發的Chrome擴展程式,該擴展的主要功能是“Have more awareness of cookies on websites. Cookie counter, block cookies, remove cookies, whitelist websites.”。
擴展截圖
下載Space Cookie擴展crx文件
下載Space Cookie擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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/
擴展基本資訊
名稱 | Space Cookie |
ID | bdfgjmkhjlpdmabilebjcgfjajghnojk |
官方網址 | https://chromewebstore.google.com/detail/space-cookie/bdfgjmkhjlpdmabilebjcgfjajghnojk |
簡介 | Have more awareness of cookies on websites. Cookie counter, block cookies, remove cookies, whitelist websites. |
檔案大小 | 108 KB |
安裝次數 | 31 |
目前版本 | 1 |
更新時間 | 2015-03-17 |
上架時間 | 2015-03-17 |
評分 | 5.00/5 共 1 次評分 |
開發者 | maf |
付費類型 | free |
支援的語言 | 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" } } |