Cookie Profile Switcher

Store & Manage multiple cookie profiles per domain.

Cookie Profile Switcher là gì?

Cookie Profile Switcher là một tiện ích mở rộng Chrome được phát triển bởi https://bohdan.me, và tính năng chính của nó là "Store & Manage multiple cookie profiles per domain.".

Ả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 Cookie Profile Switcher

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

                        Cookie Profile Switcher allows you to easily manage multiple cookie sessions for all of your websites! No more logging out & logging in, just to switch your user profile. This is a MUST have for people who manage multiple social media profiles, emails or eCommerce accounts. Simply create a new profile in the extension, login to your user account, then you can switch between your profiles with ease.                    

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

Tên Cookie Profile Switcher Cookie Profile Switcher
ID dicajblfgcpecbkhkjaljphlmkhohelc
URL Chính Thức https://chromewebstore.google.com/detail/cookie-profile-switcher/dicajblfgcpecbkhkjaljphlmkhohelc
Mô tả Store & Manage multiple cookie profiles per domain.
Kích Thước Tệp 766 KB
Số Lần Cài Đặt 4,620
Phiên Bản Hiện Tại 1.3.3
Cập Nhật Lần Cuối 2020-09-25
Ngày Phát Hành 2018-07-31
Đánh Giá 4.13/5 Tổng số 39 Đánh Giá
Nhà Phát Triển https://bohdan.me
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://bohdan.me/portfolio/profile-cookie-switcher-chrome-extension/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cookie Profile Switcher",
    "version": "1.3.3",
    "description": "Store & Manage multiple cookie profiles per domain.",
    "permissions": [
        "cookies",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "icons": {
        "16": "cookie.png",
        "48": "cookie.png",
        "128": "cookie.png"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "cookie.png",
        "default_popup": "profiles.html"
    },
    "background": {
        "scripts": [
            "background.js",
            "scripts\/jquery-3.1.1.min.js"
        ]
    },
    "manifest_version": 2
}