Snake Game

Play snake game in popup screen. Use arrow keys to change the direction of the snake and catch the bug.

Cos'è Snake Game?

Snake Game è un'estensione di Chrome sviluppata da tarundabhi, e la sua funzione principale è "Play snake game in popup screen. Use arrow keys to change the direction of the snake and catch the bug.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Snake Game

Scarica i file di estensione Snake Game 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 snake game in popup screen.                    

Informazioni di Base sull'Estensione

Nome Snake Game Snake Game
ID mdiglfhigdpnlagochjojlpbaifdccdb
URL Ufficiale https://chrome.google.com/webstore/detail/snake-game/mdiglfhigdpnlagochjojlpbaifdccdb
Descrizione Play snake game in popup screen. Use arrow keys to change the direction of the snake and catch the bug.
Dimensione del File 68.06 KB
Conteggio Installazioni 3,000
Versione Corrente 1.1
Ultimo Aggiornamento 2022-02-21
Data di Pubblicazione 2019-09-24
Valutazione 3.40/5 Totale 5 Valutazioni
Sviluppatore tarundabhi
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Snake Game",
    "version": "1.1",
    "description": "Play snake game in popup screen. Use arrow keys to change the direction of the snake and catch the bug.",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    }
}