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."입니다.

확장 프로그램 스크린샷

screenshot

Did it Tera? 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*"
            ]
        }
    ]
}