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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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\/*"
            ]
        }
    ]
}