Cookie Master

manage website cookies.

Cookie Master là gì?

Cookie Master là một tiện ích mở rộng Chrome được phát triển bởi misuhoom, và tính năng chính của nó là "manage website cookies.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Cookie Master 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

                        Make cookie management between websites easier and faster.
It has a beautiful interface and also, operation is very smooth.
It will never pry into your data, enjoy it~


Here is what cookie master can do:
1. copy one or all cookies in current active tab;
2. copy all cookies in flat form;
3. import standard cookies into current tab;
4. delete one or all cookies in current active tab;
5. add new cookies;
6. modify cookies http-only and secure properties.                    

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

Tên Cookie Master Cookie Master
ID jahkihogapggenanjnlfdcbgmldngnfl
URL Chính Thức https://chromewebstore.google.com/detail/cookie-master/jahkihogapggenanjnlfdcbgmldngnfl
Mô tả manage website cookies.
Kích Thước Tệp 66.56 KB
Số Lần Cài Đặt 4,000
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2023-12-06
Ngày Phát Hành 2021-01-27
Đánh Giá 4.38/5 Tổng số 8 Đánh Giá
Nhà Phát Triển misuhoom
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cookie Master",
    "version": "0.1.0",
    "description": "manage website cookies.",
    "permissions": [
        "cookies",
        "tabs",
        "clipboardRead",
        "clipboardWrite",
        ""
    ],
    "browser_action": {
        "default_icon": "asset\/logo.png",
        "default_popup": "html\/popup.html",
        "default_title": "cookie master"
    },
    "content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com https:\/\/*.cloudflare.com 'unsafe-eval'; object-src 'self'",
    "icons": {
        "16": "asset\/logo.png",
        "32": "asset\/logo.png",
        "48": "asset\/logo.png",
        "128": "asset\/logo.png"
    }
}