Cookie Profile Switcher

Store & Manage multiple cookie profiles per domain.

O que é Cookie Profile Switcher?

Cookie Profile Switcher é uma extensão do Chrome desenvolvida por https://bohdan.me, e sua principal característica é "Store & Manage multiple cookie profiles per domain.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Cookie Profile Switcher

Baixe arquivos de extensão Cookie Profile Switcher no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Cookie Profile Switcher Cookie Profile Switcher
ID dicajblfgcpecbkhkjaljphlmkhohelc
URL Oficial https://chromewebstore.google.com/detail/cookie-profile-switcher/dicajblfgcpecbkhkjaljphlmkhohelc
Descrição Store & Manage multiple cookie profiles per domain.
Tamanho do Arquivo 766 KB
Contagem de Instalações 4,620
Versão Atual 1.3.3
Última Atualização 2020-09-25
Data de Publicação 2018-07-31
Classificação 4.13/5 Total de 39 Avaliações
Desenvolvedor https://bohdan.me
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://bohdan.me/portfolio/profile-cookie-switcher-chrome-extension/
Idiomas Suportados 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
}