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? เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Did It Tera? และคุณลักษณะหลักของมันคือ "Adds an info text under the opponent's team with the name and type of the terastallized Pokémon."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Did it Tera?

ดาวน์โหลดไฟล์ส่วนขยาย 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? Did it Tera?
ID afcoljllhjapfffjlfjjmcbfhhoignpo
URL อย่างเป็นทางการ 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\/*"
            ]
        }
    ]
}