Jstris Companion
A simple extension for customising Jstris, this will allow you to change your skin, ghost, background, add a second key binding for…
Co to jest Jstris Companion?
Jstris Companion to rozszerzenie Chrome opracowane przez Sean Earle, a jego główną funkcją jest „A simple extension for customising Jstris, this will allow you to change your skin, ghost, background, add a second key binding for…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Jstris Companion
Pobierz pliki rozszerzeń Jstris Companion 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
A simple extension for customising Jstris, this will allow you to change your skin, ghost, background, add a second key binding for all keys, and inject your own CSS/JS!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | hcfobmlocggcombmbgpncmbknnggjlkf |
Oficjalny URL | https://chromewebstore.google.com/detail/jstris-companion/hcfobmlocggcombmbgpncmbknnggjlkf |
Opis | A simple extension for customising Jstris, this will allow you to change your skin, ghost, background, add a second key binding for… |
Rozmiar pliku | 12.27 KB |
Liczba instalacji | 557 |
Aktualna Wersja | 0.3 |
Ostatnia Aktualizacja | 2019-10-13 |
Data Publikacji | 2019-10-13 |
Ocena | 4.43/5 Łącznie 7 Oceny |
Deweloper | Sean Earle |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Jstris Companion", "version": "0.3", "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/jstris.jezevec10.com\/*" ], "js": [ "jstris-companion.js" ] } ], "browser_action": { "default_popup": "popup.html", "default_icon": { "128": "icon.png" } }, "icons": { "64": "icon.png" }, "browser_specific_settings": { "gecko": { "id": "[email protected]" } } } |