Jstris+

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

Jstris+ क्या है?

Jstris+ orz.council द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "3rd party matchmaking, custom skins/sfx/gfx, and many more improvements to jstris!"।

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

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

crx प्रारूप में Jstris+ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
            ]
        }
    ]
}