CookiesClerk

A plugin that helps you manage multiple accounts on the same site

CookiesClerk là gì?

CookiesClerk là một tiện ích mở rộng Chrome được phát triển bởi https://cookiesclerk.liuweiqing.life, và tính năng chính của nó là "A plugin that helps you manage multiple accounts on the same site".

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

screenshot
screenshot

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

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

                        Function 

- Easily manage cookies for multiple accounts on the same website .
- Save, load and delete cookies for individual accounts .
- Clear cookies for closed accounts or all accounts .
- Add and track domains for efficient cookie management .

How to use 

1. Click the CookiesClerk icon in the toolbar of your browser to open a pop-up window. 
2. Use the buttons in the popup window to manage cookies for different accounts and domains. 
3. Add new accounts and domains to automatically switch cookies for tracking domains.
4. right-click CookiesClerk icon , click options, to graphically save and load the desired account.

This project is open source and absolutely safe , github: https://github.com/14790897/CookiesClerk                    

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

Tên CookiesClerk CookiesClerk
ID njmcgckgojpcificfmkicgnlbocgdhke
URL Chính Thức https://chromewebstore.google.com/detail/cookiesclerk/njmcgckgojpcificfmkicgnlbocgdhke
Mô tả A plugin that helps you manage multiple accounts on the same site
Kích Thước Tệp 282 KB
Số Lần Cài Đặt 239
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2023-12-11
Ngày Phát Hành 2023-09-06
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://cookiesclerk.liuweiqing.life
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/14790897/CookiesClerk
URL Trang Trợ Giúp https://github.com/14790897/CookiesClerk
Ngôn Ngữ Được Hỗ Trợ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CookiesClerk",
    "description": "A plugin that helps you manage multiple accounts on the same site ",
    "version": "1.1.0.0",
    "version_name": "1.1.0",
    "manifest_version": 3,
    "default_locale": "en",
    "action": {
        "default_popup": "src\/popup\/index.html"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "128": "src\/assets\/icon.png"
    },
    "options_page": "src\/options\/index.html",
    "permissions": [
        "cookies",
        "storage",
        "activeTab",
        "tabs",
        "scripting",
        "browsingData"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "src\/content-script\/index.ts",
                "src\/content-script\/iframe\/index.html"
            ],
            "use_dynamic_url": false
        }
    ]
}