Jstris Companion

A simple extension for customising Jstris, this will allow you to change your skin, ghost, background, add a second key binding for…

Qu'est-ce que Jstris Companion ?

Jstris Companion est une extension Chrome développée par Sean Earle, et sa fonction principale est "A simple extension for customising Jstris, this will allow you to change your skin, ghost, background, add a second key binding for…".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Jstris Companion

Téléchargez les fichiers d'extension Jstris Companion au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Jstris Companion Jstris Companion
ID hcfobmlocggcombmbgpncmbknnggjlkf
URL Officiel https://chromewebstore.google.com/detail/jstris-companion/hcfobmlocggcombmbgpncmbknnggjlkf
Description A simple extension for customising Jstris, this will allow you to change your skin, ghost, background, add a second key binding for…
Taille du Fichier 12.27 KB
Nombre d'Installations 557
Version Actuelle 0.3
Dernière Mise à Jour 2019-10-13
Date de Publication 2019-10-13
Évaluation 4.43/5 Total 7 Évaluations
Développeur Sean Earle
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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]"
        }
    }
}