Cookie Tool

Modify the domain name scope of all cookies with one click

Cookie Tool là gì?

Cookie Tool là một tiện ích mở rộng Chrome được phát triển bởi cjhsources, và tính năng chính của nó là "Modify the domain name scope of all cookies with one click".

Ả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 Tool

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

                        Modify the domain name scope of all cookies with one click; eg:   www.google.com ->  .google.com                    

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

Tên Cookie Tool Cookie Tool
ID cmcibloenecepmjigcfaehanbcpkcajb
URL Chính Thức https://chromewebstore.google.com/detail/cookie-tool/cmcibloenecepmjigcfaehanbcpkcajb
Mô tả Modify the domain name scope of all cookies with one click
Kích Thước Tệp 79.23 KB
Số Lần Cài Đặt 30
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2019-08-27
Ngày Phát Hành 2019-08-23
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển cjhsources
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cookie Tool",
    "version": "0.0.2",
    "description": "Modify the domain name scope of all cookies with one click",
    "author": "cjh",
    "icons": {
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup\/popup.html"
    },
    "web_accessible_resources": [
        "inject.js"
    ],
    "permissions": [
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}