Pokeclicker Companion

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

Qu'est-ce que Pokeclicker Companion ?

Pokeclicker Companion est une extension Chrome développée par Kyuu, et sa fonction principale est "Automatize Pokeclicker! It will help you to setup an autoclicker, manage hatchery, crawl dungeons and more.".

Télécharger le fichier CRX de l'extension Pokeclicker Companion

Téléchargez les fichiers d'extension Pokeclicker Companion au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Pokeclicker Companion Pokeclicker Companion
ID megnhoifgnbkfomlbjjjcmjhiiaoiadn
URL Officiel https://chromewebstore.google.com/detail/pokeclicker-companion/megnhoifgnbkfomlbjjjcmjhiiaoiadn
Description Automatize Pokeclicker! It will help you to setup an autoclicker, manage hatchery, crawl dungeons and more.
Taille du Fichier 99.21 KB
Nombre d'Installations 481
Version Actuelle 1.3.0
Dernière Mise à Jour 2023-02-27
Date de Publication 2022-05-31
Évaluation 5.00/5 Total 2 Évaluations
Développeur Kyuu
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/lordkyuusei/pokeclicker-companion
URL de la Page d'Aide https://twitter.com/_lkyuu
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}