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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}