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? là gì?
Did it Tera? là một tiện ích mở rộng Chrome được phát triển bởi Did It Tera?, và tính năng chính của nó là "Adds an info text under the opponent's team with the name and type of the terastallized Pokémon.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Did it Tera?
Tải xuống các tệp mở rộng Did it Tera? dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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);
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Did it Tera? |
ID | afcoljllhjapfffjlfjjmcbfhhoignpo |
URL Chính Thức | https://chromewebstore.google.com/detail/did-it-tera/afcoljllhjapfffjlfjjmcbfhhoignpo |
Mô tả | Adds an info text under the opponent's team with the name and type of the terastallized Pokémon. |
Kích Thước Tệp | 44.41 KB |
Số Lần Cài Đặt | 539 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2023-06-21 |
Ngày Phát Hành | 2023-03-28 |
Đánh Giá | 3.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Did It Tera? |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } ] } |