Pokeclicker Companion

Automatize Pokeclicker! It will help you to setup an autoclicker, manage hatchery, crawl dungeons and more.

O que é Pokeclicker Companion?

Pokeclicker Companion é uma extensão do Chrome desenvolvida por Kyuu, e sua principal característica é "Automatize Pokeclicker! It will help you to setup an autoclicker, manage hatchery, crawl dungeons and more.".

Baixar o arquivo CRX da Extensão Pokeclicker Companion

Baixe arquivos de extensão Pokeclicker Companion 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

                        Possibilités actuelles:
- Clic automatique
- Résolveur de donjons
- Combat d'arène / champion / zone de combat en boucle
- Pension autonome                    

Informações Básicas da Extensão

Nome Pokeclicker Companion Pokeclicker Companion
ID megnhoifgnbkfomlbjjjcmjhiiaoiadn
URL Oficial https://chromewebstore.google.com/detail/pokeclicker-companion/megnhoifgnbkfomlbjjjcmjhiiaoiadn
Descrição Automatize Pokeclicker! It will help you to setup an autoclicker, manage hatchery, crawl dungeons and more.
Tamanho do Arquivo 99.21 KB
Contagem de Instalações 481
Versão Atual 1.3.0
Última Atualização 2023-02-27
Data de Publicação 2022-05-31
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Kyuu
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/lordkyuusei/pokeclicker-companion
URL da Página de Ajuda https://twitter.com/_lkyuu
Idiomas Suportados en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.3.0",
    "name": "Pokeclicker Companion",
    "action": {
        "default_popup": "html\/popup.html",
        "default_icon": {
            "28": "icons\/icon28-dark.png",
            "56": "icons\/icon56.png"
        }
    },
    "default_locale": "fr",
    "description": "__MSG_manifest_description__",
    "icons": {
        "28": "icons\/icon28.png",
        "56": "icons\/icon56.png",
        "112": "icons\/icon112.png"
    },
    "author": "Kyuu",
    "background": {
        "service_worker": ".\/js\/background.js"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.pokeclicker.com\/*"
        ]
    },
    "host_permissions": [
        "https:\/\/www.pokeclicker.com\/*"
    ],
    "options_page": "html\/options.html",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/features\/pokerus\/autopokerusScript.js",
                "js\/features\/pokerus\/undopokerusScript.js",
                "js\/features\/catching\/autocatchScript.js",
                "js\/features\/catching\/undocatchScript.js",
                "js\/features\/clicking\/autoclickerScript.js",
                "js\/features\/clicking\/undoclickerScript.js",
                "js\/features\/dungeon\/autodungeonScript.js",
                "js\/features\/dungeon\/undodungeonScript.js",
                "js\/features\/dungeon\/gatherdungeonsScript.js",
                "js\/features\/dungeon\/undogatherdungeonsScript.js",
                "js\/features\/gyms\/autogymbattleScript.js",
                "js\/features\/gyms\/undogymbattleScript.js",
                "js\/features\/gyms\/gathergymsScript.js",
                "js\/features\/gyms\/undogathergymsScript.js",
                "js\/features\/hatchery\/autohatchScript.js",
                "js\/features\/hatchery\/undohatchScript.js",
                "js\/features\/hatchery\/gatherregionsScript.js",
                "js\/features\/hatchery\/undogatherregionsScript.js",
                "js\/features\/toggleMainScript.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}