Jstris Companion
A simple extension for customising Jstris, this will allow you to change your skin, ghost, background, add a second key binding for…
Cos'è Jstris Companion?
Jstris Companion è un'estensione di Chrome sviluppata da Sean Earle, e la sua funzione principale è "A simple extension for customising Jstris, this will allow you to change your skin, ghost, background, add a second key binding for…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Jstris Companion
Scarica i file di estensione Jstris Companion in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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! Informazioni di Base sull'Estensione
| Nome | |
| ID | hcfobmlocggcombmbgpncmbknnggjlkf |
| URL Ufficiale | https://chromewebstore.google.com/detail/jstris-companion/hcfobmlocggcombmbgpncmbknnggjlkf |
| Descrizione | A simple extension for customising Jstris, this will allow you to change your skin, ghost, background, add a second key binding for… |
| Dimensione del File | 12.27 KB |
| Conteggio Installazioni | 557 |
| Versione Corrente | 0.3 |
| Ultimo Aggiornamento | 2019-10-13 |
| Data di Pubblicazione | 2019-10-13 |
| Valutazione | 4.43/5 Totale 7 Valutazioni |
| Sviluppatore | Sean Earle |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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]"
}
}
} | |