Did it Tera?
Adds an info text under the opponent's team with the name and type of the terastallized Pokémon.
什麼是Did it Tera??
Did it Tera?是由Did It Tera?開發的Chrome擴展程式,該擴展的主要功能是“Adds an info text under the opponent's team with the name and type of the terastallized Pokémon.”。
擴展截圖
下載Did it Tera?擴展crx文件
下載Did it Tera?擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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);
擴展基本資訊
名稱 | Did it Tera? |
ID | afcoljllhjapfffjlfjjmcbfhhoignpo |
官方網址 | https://chromewebstore.google.com/detail/did-it-tera/afcoljllhjapfffjlfjjmcbfhhoignpo |
簡介 | Adds an info text under the opponent's team with the name and type of the terastallized Pokémon. |
檔案大小 | 44.41 KB |
安裝次數 | 539 |
目前版本 | 1.0 |
更新時間 | 2023-06-21 |
上架時間 | 2023-03-28 |
評分 | 3.67/5 共 3 次評分 |
開發者 | Did It Tera? |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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\/*" ] } ] } |