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
官方網址 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
}