Cookie Profile Switcher

Store & Manage multiple cookie profiles per domain.

Vad är Cookie Profile Switcher?

Cookie Profile Switcher är en Chrome-tillägg utvecklad av https://bohdan.me, och dess huvudfunktion är "Store & Manage multiple cookie profiles per domain.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Cookie Profile Switcher-förlängningens CRX-fil

Ladda ner Cookie Profile Switcher-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Cookie Profile Switcher Cookie Profile Switcher
ID dicajblfgcpecbkhkjaljphlmkhohelc
Officiell webbadress https://chromewebstore.google.com/detail/cookie-profile-switcher/dicajblfgcpecbkhkjaljphlmkhohelc
Beskrivning Store & Manage multiple cookie profiles per domain.
Filstorlek 766 KB
Antal Installationer 4,620
Aktuell Version 1.3.3
Senast Uppdaterad 2020-09-25
Publiceringsdatum 2018-07-31
Betyg 4.13/5 Totalt 39 Betyg
Utvecklare https://bohdan.me
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://bohdan.me/portfolio/profile-cookie-switcher-chrome-extension/
Stödda Språk 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
}