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文件
下载Pokeclicker Companion扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Possibilités actuelles: - Clic automatique - Résolveur de donjons - Combat d'arène / champion / zone de combat en boucle - Pension autonome
扩展基本信息
名称 | |
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": [ " |