Pokeclicker Companion

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

Pokeclicker Companion란 무엇입니까?

Pokeclicker Companion은(는) Kyuu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatize Pokeclicker! It will help you to setup an autoclicker, manage hatchery, crawl dungeons and more."입니다.

Pokeclicker Companion 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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": [
                ""
            ]
        }
    ]
}