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 |
Eメール | [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" ] } ] } |