Cookie Boss

Manage your cookies like a boss.

Cookie Boss란 무엇입니까?

Cookie Boss은(는) CookieBoss에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Manage your cookies like a boss."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Cookie Boss 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        REMOVE
​
- Auto by tab: Removes domain cookies when there are no other active tabs
- Auto by session: Defaults all cookies to session
- Manual : Batch Selection
- Undo last remove: Restores last removed cookies

ADD
​
+ Flexible inputs for cookie attributes
+ Prompts domain attribute with existing domains
+ Easy to set expiration date time

MODIFY
​
* Customizable values
* Displays according to active domain

IMPORT & EXPORT
​
~ JSON String Format
~ Clipboard: Copy & Paste
~ File: .txt format
~ Encrypted file: Secured with user input password
~ Chrome Sync: Seamless way to transport cookies across various platforms using your Chrome profile                    

확장 프로그램 기본 정보

이름 Cookie Boss Cookie Boss
ID bdfmcfdojoaedkjkihobeheogapdfdbk
공식 URL https://chromewebstore.google.com/detail/cookie-boss/bdfmcfdojoaedkjkihobeheogapdfdbk
설명 Manage your cookies like a boss.
파일 크기 233 KB
설치 횟수 442
현재 버전 4.0
최근 업데이트 2016-08-26
출시 날짜 2016-08-26
평점 2.60/5 총 5 개의 평점
개발자 CookieBoss
결제 유형 free
확장 프로그램 웹 사이트 http://cookieremovermanag.wix.com/cookieboss
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cookie Boss",
    "description": "Manage your cookies like a boss.",
    "version": "4.0",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "cookiemanager.html"
    },
    "permissions": [
        "tabs",
        "sessions",
        "storage",
        "activeTab",
        "cookies",
        "identity",
        "identity.email",
        "unlimitedStorage",
        "notifications",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "jquery-ui.min.css",
                "jquery.datetimepicker.min.css",
                "jquery.tree-multiselect.min.css",
                "cookiemanager.css"
            ],
            "js": [
                "jquery-1.12.3.min.js",
                "jquery-ui.js",
                "jquery.datetimepicker.full.min.js",
                "jquery.tree-multiselect.min.js",
                "cookiemanager.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}