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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |