Pokeclicker Companion

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

Pokeclicker Companion क्या है?

Pokeclicker Companion Kyuu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatize Pokeclicker! It will help you to setup an autoclicker, manage hatchery, crawl dungeons and more."।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pokeclicker Companion एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Pokeclicker Companion Pokeclicker Companion
ID megnhoifgnbkfomlbjjjcmjhiiaoiadn
आधिकारिक URL https://chromewebstore.google.com/detail/pokeclicker-companion/megnhoifgnbkfomlbjjjcmjhiiaoiadn
विवरण Automatize Pokeclicker! It will help you to setup an autoclicker, manage hatchery, crawl dungeons and more.
फ़ाइल का आकार 99.21 KB
स्थापना संख्या 481
वर्तमान संस्करण 1.3.0
अंतिम अपडेट 2023-02-27
प्रकाशन तिथि 2022-05-31
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Kyuu
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/lordkyuusei/pokeclicker-companion
सहायता पृष्ठ URL https://twitter.com/_lkyuu
समर्थित भाषाएँ 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": [
                ""
            ]
        }
    ]
}