Patorjk.com Snake

Play this javascript snake in any tab!

Cos'è Patorjk.com Snake?

Patorjk.com Snake è un'estensione di Chrome sviluppata da Maxim Collingwood, e la sua funzione principale è "Play this javascript snake in any tab!".

Scarica il file CRX dell'estensione Patorjk.com Snake

Scarica i file di estensione Patorjk.com Snake in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        All credit goes to patorjk.com, this is not my game. However, since this game is so fun, I've decided to give it some more publicity.                    

Informazioni di Base sull'Estensione

Nome Patorjk.com Snake Patorjk.com Snake
ID aickjkenlpkgbghpkkenlbffpiookpai
URL Ufficiale https://chromewebstore.google.com/detail/patorjkcom-snake/aickjkenlpkgbghpkkenlbffpiookpai
Descrizione Play this javascript snake in any tab!
Dimensione del File 16.29 KB
Conteggio Installazioni 173
Versione Corrente 1.5
Ultimo Aggiornamento 2017-04-07
Data di Pubblicazione 2017-04-07
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Maxim Collingwood
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Patorjk.com Snake",
    "version": "1.5",
    "description": "Play this javascript snake in any tab!",
    "icons": {
        "128": "download.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    }
}