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文件
下载Jstris+扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
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" ] } ] } |