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
Eメール [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
}