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 je Jstris Companion?

Jstris Companion je rozšíření Chrome vyvinuté Sean Earle, a jeho hlavní funkcí je „A simple extension for customising Jstris, this will allow you to change your skin, ghost, background, add a second key binding for…“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Jstris Companion

Stáhněte si soubory rozšíření Jstris Companion ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Jstris Companion Jstris Companion
ID hcfobmlocggcombmbgpncmbknnggjlkf
Oficiální URL https://chromewebstore.google.com/detail/jstris-companion/hcfobmlocggcombmbgpncmbknnggjlkf
Popis A simple extension for customising Jstris, this will allow you to change your skin, ghost, background, add a second key binding for…
Velikost souboru 12.27 KB
Počet instalací 557
Aktuální Verze 0.3
Poslední Aktualizace 2019-10-13
Datum Vydání 2019-10-13
Hodnocení 4.43/5 Celkem 7 Hodnocení
Vývojář Sean Earle
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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]"
        }
    }
}