Cookie Boss

Manage your cookies like a boss.

Cookie Boss là gì?

Cookie Boss là một tiện ích mở rộng Chrome được phát triển bởi CookieBoss, và tính năng chính của nó là "Manage your cookies like a boss.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Cookie Boss

Tải xuống các tệp mở rộng Cookie Boss dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Cookie Boss Cookie Boss
ID bdfmcfdojoaedkjkihobeheogapdfdbk
URL Chính Thức https://chromewebstore.google.com/detail/cookie-boss/bdfmcfdojoaedkjkihobeheogapdfdbk
Mô tả Manage your cookies like a boss.
Kích Thước Tệp 233 KB
Số Lần Cài Đặt 442
Phiên Bản Hiện Tại 4.0
Cập Nhật Lần Cuối 2016-08-26
Ngày Phát Hành 2016-08-26
Đánh Giá 2.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển CookieBoss
Loại Thanh Toán free
Trang Web Mở Rộng http://cookieremovermanag.wix.com/cookieboss
Ngôn Ngữ Được Hỗ Trợ 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
    }
}