Jstris+
3rd party matchmaking, custom skins/sfx/gfx, and many more improvements to jstris!
Co to jest Jstris+?
Jstris+ to rozszerzenie Chrome opracowane przez orz.council, a jego główną funkcją jest „3rd party matchmaking, custom skins/sfx/gfx, and many more improvements to jstris!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Jstris+
Pobierz pliki rozszerzeń Jstris+ w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | phbmcindealpgopeoboadcjlgcjdanmb |
Oficjalny URL | https://chromewebstore.google.com/detail/jstris+/phbmcindealpgopeoboadcjlgcjdanmb |
Opis | 3rd party matchmaking, custom skins/sfx/gfx, and many more improvements to jstris! |
Rozmiar pliku | 63.66 KB |
Liczba instalacji | 1,413 |
Aktualna Wersja | 2.5.7 |
Ostatnia Aktualizacja | 2024-02-26 |
Data Publikacji | 2022-09-30 |
Ocena | 5.00/5 Łącznie 12 Oceny |
Deweloper | orz.council |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://jeague.tali.software/ |
Adres URL Strony Pomocy | https://discord.gg/mtX8ek82xb |
Adres URL Strony Polityki Prywatności | https://docs.google.com/document/d/12ou3NsfC4BMHU6_A49ygM3VV6QoWc1ZogGd6_dSQv5w/edit?usp=sharing |
Obsługiwane Języki | 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" ] } ] } |