Jstris Companion

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

Hvad er Jstris Companion?

Jstris Companion er en Chrome-udvidelse udviklet af Sean Earle, og dens hovedfunktion er "A simple extension for customising Jstris, this will allow you to change your skin, ghost, background, add a second key binding for…".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Jstris Companion-udvidelses-CRX-fil

Download Jstris Companion-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Jstris Companion Jstris Companion
ID hcfobmlocggcombmbgpncmbknnggjlkf
Officiel URL https://chromewebstore.google.com/detail/jstris-companion/hcfobmlocggcombmbgpncmbknnggjlkf
Beskrivelse A simple extension for customising Jstris, this will allow you to change your skin, ghost, background, add a second key binding for…
Filstørrelse 12.27 KB
Antal Installationer 557
Nuværende Version 0.3
Senest Opdateret 2019-10-13
Udgivelsesdato 2019-10-13
Bedømmelse 4.43/5 Samlet 7 Bedømmelser
Udvikler Sean Earle
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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]"
        }
    }
}