Did it Tera?
Adds an info text under the opponent's team with the name and type of the terastallized Pokémon.
Qu'est-ce que Did it Tera? ?
Did it Tera? est une extension Chrome développée par Did It Tera?, et sa fonction principale est "Adds an info text under the opponent's team with the name and type of the terastallized Pokémon.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Did it Tera?
Téléchargez les fichiers d'extension Did it Tera? au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
If, like me, you have trouble remembering the terastallized Pokémon, this extension is for you. It adds an information text below the opponent's team with the name and type of the terastallized Pokémon. The options page allows you to: - Customize the font size and color; - Display nicknames instead of real Pokémon names; - Enable the tooltip also for the current user (either you or the one you're spectating);
Informations de Base sur l'Extension
Nom | Did it Tera? |
ID | afcoljllhjapfffjlfjjmcbfhhoignpo |
URL Officiel | https://chromewebstore.google.com/detail/did-it-tera/afcoljllhjapfffjlfjjmcbfhhoignpo |
Description | Adds an info text under the opponent's team with the name and type of the terastallized Pokémon. |
Taille du Fichier | 44.41 KB |
Nombre d'Installations | 539 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2023-06-21 |
Date de Publication | 2023-03-28 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | Did It Tera? |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Did it Tera?", "version": "1.0", "description": "Adds an info text under the opponent's team with the name and type of the terastallized Pok\u00e9mon.", "options_ui": { "page": "options.html", "open_in_tab": false }, "permissions": [ "storage" ], "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "*:\/\/play.pokemonshowdown.com\/*", "*:\/\/*.psim.us\/*" ] } ] } |