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 |
公式URL | 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" } } |