Pokemon Showdown Randomizer

Play any tier with a random team!

Pokemon Showdown Randomizer란 무엇입니까?

Pokemon Showdown Randomizer은(는) randomizeurs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Play any tier with a random team!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Pokemon Showdown Randomizer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Play any format on pokemon showdown with random teams generated by 7 brand new modes:
- the classic mode, where you get a random team from a huge 13 000+ smogon team dump (from the forums)
- we also have now procedurally generated teams sorted by 4 difficulty mods (easy, normal, hard and lunatic)
- the matrix mode generates teams with a powerful AI matrix thingy, however its only available in gen8ou for now and is still experimental
- and the teambuilder mode just picks a random team from your builder in the tier you chose to battle! perfect for the OLT!

/!\ you can change your current mod at any moment with the menu that shows up when you click on the extenion icon (in the top right of your browser tab)!!

Upcoming features:
- team generator mode based on the user's usage stats
- tamreere                    

확장 프로그램 기본 정보

이름 Pokemon Showdown Randomizer Pokemon Showdown Randomizer
ID jildenddhljffmiagdbmfmmbfpoooiba
공식 URL https://chrome.google.com/webstore/detail/pokemon-showdown-randomiz/jildenddhljffmiagdbmfmmbfpoooiba
설명 Play any tier with a random team!
파일 크기 124 KB
설치 횟수 276
현재 버전 1.2.1
최근 업데이트 2022-12-27
출시 날짜 2022-05-04
평점 5.00/5 총 2 개의 평점
개발자 randomizeurs
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://maxouille64.github.io/rtb
도움말 페이지 URL https://www.smogon.com/forums/threads/showdown-randomizer-browser-extension.3684255/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pokemon Showdown Randomizer",
    "version": "1.2.1",
    "description": "Play any tier with a random team!",
    "icons": {
        "128": "icons\/bn128.png"
    },
    "action": {
        "default_icon": "icons\/bn128.png",
        "default_popup": "popup\/popup.html",
        "default_title": "RTB"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/play.pokemonshowdown.com\/*",
                "*:\/\/*.psim.us\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/play.pokemonshowdown.com\/*",
        "*:\/\/*.psim.us\/*",
        "*:\/\/drive.google.com\/*",
        "*:\/\/www.coupcritique.fr\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "showdown.js",
                "production.min.js",
                "battle_safety_check.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}