Jstris+

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

O que é Jstris+?

Jstris+ é uma extensão do Chrome desenvolvida por orz.council, e sua principal característica é "3rd party matchmaking, custom skins/sfx/gfx, and many more improvements to jstris!".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão Jstris+

Baixe arquivos de extensão Jstris+ no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Jstris+ Jstris+
ID phbmcindealpgopeoboadcjlgcjdanmb
URL Oficial https://chromewebstore.google.com/detail/jstris+/phbmcindealpgopeoboadcjlgcjdanmb
Descrição 3rd party matchmaking, custom skins/sfx/gfx, and many more improvements to jstris!
Tamanho do Arquivo 63.66 KB
Contagem de Instalações 1,413
Versão Atual 2.5.7
Última Atualização 2024-02-26
Data de Publicação 2022-09-30
Classificação 5.00/5 Total de 12 Avaliações
Desenvolvedor orz.council
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://jeague.tali.software/
URL da Página de Ajuda https://discord.gg/mtX8ek82xb
URL da Página de Política de Privacidade https://docs.google.com/document/d/12ou3NsfC4BMHU6_A49ygM3VV6QoWc1ZogGd6_dSQv5w/edit?usp=sharing
Idiomas Suportados 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"
            ]
        }
    ]
}