Pokeclicker Companion
Automatize Pokeclicker! It will help you to setup an autoclicker, manage hatchery, crawl dungeons and more.
Pokeclicker Companionคืออะไร?
Pokeclicker Companion เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kyuu และคุณลักษณะหลักของมันคือ "Automatize Pokeclicker! It will help you to setup an autoclicker, manage hatchery, crawl dungeons and more."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pokeclicker Companion
ดาวน์โหลดไฟล์ส่วนขยาย 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": [ " |