Jstris+

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

Jstris+ là gì?

Jstris+ là một tiện ích mở rộng Chrome được phát triển bởi orz.council, và tính năng chính của nó là "3rd party matchmaking, custom skins/sfx/gfx, and many more improvements to jstris!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng Jstris+

Tải xuống các tệp mở rộng Jstris+ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Jstris+ Jstris+
ID phbmcindealpgopeoboadcjlgcjdanmb
URL Chính Thức https://chromewebstore.google.com/detail/jstris+/phbmcindealpgopeoboadcjlgcjdanmb
Mô tả 3rd party matchmaking, custom skins/sfx/gfx, and many more improvements to jstris!
Kích Thước Tệp 63.66 KB
Số Lần Cài Đặt 1,413
Phiên Bản Hiện Tại 2.5.7
Cập Nhật Lần Cuối 2024-02-26
Ngày Phát Hành 2022-09-30
Đánh Giá 5.00/5 Tổng số 12 Đánh Giá
Nhà Phát Triển orz.council
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://jeague.tali.software/
URL Trang Trợ Giúp https://discord.gg/mtX8ek82xb
URL Trang Chính Sách Bảo Mật https://docs.google.com/document/d/12ou3NsfC4BMHU6_A49ygM3VV6QoWc1ZogGd6_dSQv5w/edit?usp=sharing
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}