Cookie Profile Switcher

Store & Manage multiple cookie profiles per domain.

Cos'è Cookie Profile Switcher?

Cookie Profile Switcher è un'estensione di Chrome sviluppata da https://bohdan.me, e la sua funzione principale è "Store & Manage multiple cookie profiles per domain.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Cookie Profile Switcher

Scarica i file di estensione Cookie Profile Switcher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Cookie Profile Switcher Cookie Profile Switcher
ID dicajblfgcpecbkhkjaljphlmkhohelc
URL Ufficiale https://chromewebstore.google.com/detail/cookie-profile-switcher/dicajblfgcpecbkhkjaljphlmkhohelc
Descrizione Store & Manage multiple cookie profiles per domain.
Dimensione del File 766 KB
Conteggio Installazioni 4,620
Versione Corrente 1.3.3
Ultimo Aggiornamento 2020-09-25
Data di Pubblicazione 2018-07-31
Valutazione 4.13/5 Totale 39 Valutazioni
Sviluppatore https://bohdan.me
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://bohdan.me/portfolio/profile-cookie-switcher-chrome-extension/
Lingue Supportate 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
}