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? द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds an info text under the opponent's team with the name and type of the terastallized Pokémon."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Did it Tera? एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
            ]
        }
    ]
}