Jstris Companion
A simple extension for customising Jstris, this will allow you to change your skin, ghost, background, add a second key binding for…
Wat is Jstris Companion?
Jstris Companion is een Chrome-extensie ontwikkeld door Sean Earle, en de belangrijkste functie is "A simple extension for customising Jstris, this will allow you to change your skin, ghost, background, add a second key binding for…".
Extensie Screenshots
Download het CRX-bestand van de extensie Jstris Companion
Download Jstris Companion-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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! Basisinformatie over de Extensie
| Naam | |
| ID | hcfobmlocggcombmbgpncmbknnggjlkf |
| Officiële URL | https://chromewebstore.google.com/detail/jstris-companion/hcfobmlocggcombmbgpncmbknnggjlkf |
| Beschrijving | A simple extension for customising Jstris, this will allow you to change your skin, ghost, background, add a second key binding for… |
| Bestandsgrootte | 12.27 KB |
| Aantal Installaties | 557 |
| Huidige Versie | 0.3 |
| Laatst Bijgewerkt | 2019-10-13 |
| Publicatiedatum | 2019-10-13 |
| Beoordeling | 4.43/5 Totaal 7 Beoordelingen |
| Ontwikkelaar | Sean Earle |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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]"
}
}
} | |