Snake
Play some classic snake when you're bored.
Cos'è Snake?
Snake è un'estensione di Chrome sviluppata da nbiscan7, e la sua funzione principale è "Play some classic snake when you're bored.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Snake
Scarica i file di estensione 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
                        Play some classic snake when you're bored. Play it in pop-up, without opening a new tab.                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | llmiibjcjdidofbhcgcfdiikbnipgehc | 
| URL Ufficiale | https://chromewebstore.google.com/detail/snake/llmiibjcjdidofbhcgcfdiikbnipgehc | 
| Descrizione | Play some classic snake when you're bored. | 
| Dimensione del File | 5.97 KB | 
| Conteggio Installazioni | 308 | 
| Versione Corrente | 1.2 | 
| Ultimo Aggiornamento | 2018-09-23 | 
| Data di Pubblicazione | 2018-09-23 | 
| Valutazione | 4.20/5 Totale 5 Valutazioni | 
| Sviluppatore | nbiscan7 | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Lingue Supportate | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snake",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Play some classic snake when you're bored.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Snake",
        "default_popup": "snake.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "storage"
    ]
}  |  |