Jstris Companion

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

Apa itu Jstris Companion?

Jstris Companion adalah ekstensi Chrome yang dikembangkan oleh Sean Earle, dan fitur utamanya adalah "A simple extension for customising Jstris, this will allow you to change your skin, ghost, background, add a second key binding for…".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Jstris Companion

Unduh file ekstensi Jstris Companion dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Jstris Companion Jstris Companion
ID hcfobmlocggcombmbgpncmbknnggjlkf
URL Resmi https://chromewebstore.google.com/detail/jstris-companion/hcfobmlocggcombmbgpncmbknnggjlkf
Deskripsi A simple extension for customising Jstris, this will allow you to change your skin, ghost, background, add a second key binding for…
Ukuran File 12.27 KB
Jumlah Instalasi 557
Versi Saat Ini 0.3
Terakhir Diperbarui 2019-10-13
Tanggal Publikasi 2019-10-13
Penilaian 4.43/5 Total 7 Penilaian
Pengembang Sean Earle
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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]"
        }
    }
}