Cookie Profile Switcher

Store & Manage multiple cookie profiles per domain.

什么是Cookie Profile Switcher?

Cookie Profile Switcher是由https://bohdan.me开发的Chrome扩展程序,该扩展的主要功能是“Store & Manage multiple cookie profiles per domain.”。

扩展截图

screenshot
screenshot

下载Cookie Profile Switcher扩展crx文件

下载Cookie Profile Switcher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Cookie Profile Switcher Cookie Profile Switcher
ID dicajblfgcpecbkhkjaljphlmkhohelc
官方URL https://chromewebstore.google.com/detail/cookie-profile-switcher/dicajblfgcpecbkhkjaljphlmkhohelc
简介 Store & Manage multiple cookie profiles per domain.
文件大小 766 KB
安装次数 4,620
当前版本 1.3.3
更新时间 2020-09-25
上架时间 2018-07-31
评分 4.13/5 共39次评分
开发者 https://bohdan.me
电子邮箱 [email protected]
付费类型 free
扩展官网 https://bohdan.me/portfolio/profile-cookie-switcher-chrome-extension/
支持的语言 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
}