Pokeclicker Companion
Automatize Pokeclicker! It will help you to setup an autoclicker, manage hatchery, crawl dungeons and more.
Cos'è Pokeclicker Companion?
Pokeclicker Companion è un'estensione di Chrome sviluppata da Kyuu, e la sua funzione principale è "Automatize Pokeclicker! It will help you to setup an autoclicker, manage hatchery, crawl dungeons and more.".
Scarica il file CRX dell'estensione Pokeclicker Companion
Scarica i file di estensione Pokeclicker Companion in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Possibilités actuelles:
- Clic automatique
- Résolveur de donjons
- Combat d'arène / champion / zone de combat en boucle
- Pension autonome Informazioni di Base sull'Estensione
| Nome | |
| ID | megnhoifgnbkfomlbjjjcmjhiiaoiadn |
| URL Ufficiale | https://chromewebstore.google.com/detail/pokeclicker-companion/megnhoifgnbkfomlbjjjcmjhiiaoiadn |
| Descrizione | Automatize Pokeclicker! It will help you to setup an autoclicker, manage hatchery, crawl dungeons and more. |
| Dimensione del File | 99.21 KB |
| Conteggio Installazioni | 481 |
| Versione Corrente | 1.3.0 |
| Ultimo Aggiornamento | 2023-02-27 |
| Data di Pubblicazione | 2022-05-31 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | Kyuu |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/lordkyuusei/pokeclicker-companion |
| URL della Pagina di Aiuto | https://twitter.com/_lkyuu |
| Lingue Supportate | 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": [
" | |