Jstris+

3rd party matchmaking, custom skins/sfx/gfx, and many more improvements to jstris!

什麼是Jstris+?

Jstris+是由orz.council開發的Chrome擴展程式,該擴展的主要功能是“3rd party matchmaking, custom skins/sfx/gfx, and many more improvements to jstris!”。

擴展截圖

下載Jstris+擴展crx文件

下載Jstris+擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Jstris+ is an all in one extension/userscript for Jstris that adds a few long-sought features to the game we all love:

🔹 Skill based matchmaking Hidden MMR, to get into a close, fun match without ranking anxiety
🔹 Graphical Effects Togglable and adjustable to add just the right amount of spice
🔹 Custom Skins / SFX Easily apply custom skins and SFX without the hassle!
🔹 Spectator Sound Effects Finally, Jstris tournaments don't need to be silent (and you can hear your opponent 4widing you in advance)

Please join the discord to stay up to date!
https://discord.gg/mtX8ek82xb                    

擴展基本資訊

名稱 Jstris+ Jstris+
ID phbmcindealpgopeoboadcjlgcjdanmb
官方網址 https://chromewebstore.google.com/detail/jstris+/phbmcindealpgopeoboadcjlgcjdanmb
簡介 3rd party matchmaking, custom skins/sfx/gfx, and many more improvements to jstris!
檔案大小 63.66 KB
安裝次數 1,413
目前版本 2.5.7
更新時間 2024-02-26
上架時間 2022-09-30
評分 5.00/5 共 12 次評分
開發者 orz.council
電子郵箱 [email protected]
付費類型 free
擴展官網 https://jeague.tali.software/
說明頁面URL https://discord.gg/mtX8ek82xb
隱私政策頁面URL https://docs.google.com/document/d/12ou3NsfC4BMHU6_A49ygM3VV6QoWc1ZogGd6_dSQv5w/edit?usp=sharing
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Jstris+",
    "action": [],
    "manifest_version": 3,
    "version": "2.5.7",
    "description": "3rd party matchmaking, custom skins\/sfx\/gfx, and many more improvements to jstris!",
    "web_accessible_resources": [
        {
            "resources": [
                "jstris-plus.js"
            ],
            "matches": [
                "https:\/\/*.jstris.jezevec10.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.jstris.jezevec10.com\/*"
            ],
            "all_frames": true,
            "js": [
                "content-script.js"
            ]
        }
    ]
}