Jstris Companion

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

Τι είναι το Jstris Companion;

Το Jstris Companion είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Sean Earle, και η κύρια λειτουργία του είναι "A simple extension for customising Jstris, this will allow you to change your skin, ghost, background, add a second key binding for…".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Jstris Companion

Λήψη αρχείων επέκτασης Jstris Companion σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Jstris Companion Jstris Companion
ID hcfobmlocggcombmbgpncmbknnggjlkf
Επίσημο URL https://chromewebstore.google.com/detail/jstris-companion/hcfobmlocggcombmbgpncmbknnggjlkf
Περιγραφή A simple extension for customising Jstris, this will allow you to change your skin, ghost, background, add a second key binding for…
Μέγεθος Αρχείου 12.27 KB
Αριθμός Εγκαταστάσεων 557
Τρέχουσα Έκδοση 0.3
Τελευταία Ενημέρωση 2019-10-13
Ημερομηνία Δημοσίευσης 2019-10-13
Αξιολόγηση 4.43/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής Sean Earle
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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]"
        }
    }
}