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文件

下載Cookie Boss擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
    }
}