Pokemon Showdown Randomizer

Play any tier with a random team!

Pokemon Showdown Randomizerคืออะไร?

Pokemon Showdown Randomizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย randomizeurs และคุณลักษณะหลักของมันคือ "Play any tier with a random team!"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pokemon Showdown Randomizer

ดาวน์โหลดไฟล์ส่วนขยาย Pokemon Showdown Randomizer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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": [
                ""
            ]
        }
    ]
}