Cookie Profile Switcher

Store & Manage multiple cookie profiles per domain.

Cookie Profile Switcherคืออะไร?

Cookie Profile Switcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://bohdan.me และคุณลักษณะหลักของมันคือ "Store & Manage multiple cookie profiles per domain."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cookie Profile Switcher

ดาวน์โหลดไฟล์ส่วนขยาย 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
}