CookiesClerk

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

ما هو CookiesClerk؟

CookiesClerk هو إضافة Chrome تم تطويرها بواسطة https://cookiesclerk.liuweiqing.life، والميزة الرئيسية لها هي "A plugin that helps you manage multiple accounts on the same site".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة CookiesClerk

قم بتنزيل ملفات الامتداد CookiesClerk بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم CookiesClerk CookiesClerk
ID njmcgckgojpcificfmkicgnlbocgdhke
عنوان URL الرسمي https://chromewebstore.google.com/detail/cookiesclerk/njmcgckgojpcificfmkicgnlbocgdhke
الوصف A plugin that helps you manage multiple accounts on the same site
حجم الملف 282 KB
عدد التثبيتات 239
النسخة الحالية 1.1.0
آخر تحديث 2023-12-11
تاريخ النشر 2023-09-06
تقييم 1.00/5 مجموع تقييمات 1
المطور https://cookiesclerk.liuweiqing.life
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/14790897/CookiesClerk
عنوان صفحة المساعدة https://github.com/14790897/CookiesClerk
اللغات المدعومة 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
        }
    ]
}