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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            ]
        }
    ]
}