Snake

Snake.

Was ist Snake?

Snake ist eine Chrome-Erweiterung, die von Gunnarclingman entwickelt wurde, und ihr Hauptmerkmal ist "Snake.".

Erweiterungsscreenshots

screenshot
screenshot

Snake-Erweiterungs-CRX-Datei herunterladen

Laden Sie Snake-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This is a port of patorjk's snake you can visit his website at patorjk.com/games/snake/. I have made this as a convenient place to access the game. The adds that were on the actual site are still present and i could not remove that.                    

Grundlegende Informationen zur Erweiterung

Name Snake Snake
ID jciacpclgoeflamcnchfckcfocbbokkf
Offizielle URL https://chrome.google.com/webstore/detail/snake/jciacpclgoeflamcnchfckcfocbbokkf
Beschreibung Snake.
Dateigröße 12.47 KB
Installationsanzahl 236
Aktuelle Version 1.0
Letztes Update 2016-03-04
Veröffentlichungsdatum 2016-03-04
Entwickler Gunnarclingman
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snake",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Snake.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "snake.html"
    }
}