Pokemon Showdown Type Helper
Enhances Pokemon Showdown tooltips with additional information, including type weaknesses and stats.
Cos'è Pokemon Showdown Type Helper?
Pokemon Showdown Type Helper è un'estensione di Chrome sviluppata da coltonjmsblake, e la sua funzione principale è "Enhances Pokemon Showdown tooltips with additional information, including type weaknesses and stats.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pokemon Showdown Type Helper
Scarica i file di estensione Pokemon Showdown Type Helper 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
An extension for displaying stats, type weaknesses, resistances, and immunities in Pokemon Showdown.
Informazioni di Base sull'Estensione
Nome | Pokemon Showdown Type Helper |
ID | ajhdnfehenofjfbajfdhjoankdheielc |
URL Ufficiale | https://chromewebstore.google.com/detail/pokemon-showdown-type-hel/ajhdnfehenofjfbajfdhjoankdheielc |
Descrizione | Enhances Pokemon Showdown tooltips with additional information, including type weaknesses and stats. |
Dimensione del File | 35.39 KB |
Conteggio Installazioni | 4,690 |
Versione Corrente | 0.0.8 |
Ultimo Aggiornamento | 2023-06-30 |
Data di Pubblicazione | 2022-04-04 |
Valutazione | 4.86/5 Totale 14 Valutazioni |
Sviluppatore | coltonjmsblake |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/coltonb/pokemon-showdown-type-helper |
URL della Pagina di Aiuto | https://github.com/coltonb/pokemon-showdown-type-helper/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pokemon Showdown Type Helper", "description": "Enhances Pokemon Showdown tooltips with additional information, including type weaknesses and stats.", "version": "0.0.8", "manifest_version": 3, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "web_accessible_resources": [ { "resources": [ "pokemonShowdownTypeHelper.js" ], "matches": [ "https:\/\/play.pokemonshowdown.com\/*", "https:\/\/*.psim.us\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/play.pokemonshowdown.com\/*", "https:\/\/*.psim.us\/*" ], "js": [ "injector.js" ] } ], "browser_specific_settings": { "gecko": { "id": "{9959496f-a6b0-4bf4-a77d-0c1697b50f96}" } } } |