Jstris+

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

Qu'est-ce que Jstris+ ?

Jstris+ est une extension Chrome développée par orz.council, et sa fonction principale est "3rd party matchmaking, custom skins/sfx/gfx, and many more improvements to jstris!".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Jstris+

Téléchargez les fichiers d'extension Jstris+ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Jstris+ Jstris+
ID phbmcindealpgopeoboadcjlgcjdanmb
URL Officiel https://chromewebstore.google.com/detail/jstris+/phbmcindealpgopeoboadcjlgcjdanmb
Description 3rd party matchmaking, custom skins/sfx/gfx, and many more improvements to jstris!
Taille du Fichier 63.66 KB
Nombre d'Installations 1,413
Version Actuelle 2.5.7
Dernière Mise à Jour 2024-02-26
Date de Publication 2022-09-30
Évaluation 5.00/5 Total 12 Évaluations
Développeur orz.council
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://jeague.tali.software/
URL de la Page d'Aide https://discord.gg/mtX8ek82xb
URL de la Page de Politique de Confidentialité https://docs.google.com/document/d/12ou3NsfC4BMHU6_A49ygM3VV6QoWc1ZogGd6_dSQv5w/edit?usp=sharing
Langues Prises en Charge 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"
            ]
        }
    ]
}