Chrome Snake
Play snake at anytime just by opening a new tab
Was ist Chrome Snake?
Chrome Snake ist eine Chrome-Erweiterung, die von simon.bruno.77 entwickelt wurde, und ihr Hauptmerkmal ist "Play snake at anytime just by opening a new tab".
Erweiterungsscreenshots
Chrome Snake-Erweiterungs-CRX-Datei herunterladen
Laden Sie Chrome 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
Chrome Snake allows you to play with the greatest classic video game ever.
Just open a new tab and have fun.
You can change the initial speed, the color (light or dark) and time display.
Don't want to play ? Just sit and watch the computer playing for you.
UPDATE 1.1 :
Adding link to get back to the normal Chrome new tab page Grundlegende Informationen zur Erweiterung
| Name | |
| ID | cbdobfnjgnmlcajcamdfjeofmnecepdl |
| Offizielle URL | https://chromewebstore.google.com/detail/chrome-snake/cbdobfnjgnmlcajcamdfjeofmnecepdl |
| Beschreibung | Play snake at anytime just by opening a new tab |
| Dateigröße | 45.28 KB |
| Installationsanzahl | 10,000 |
| Aktuelle Version | 1.1 |
| Letztes Update | 2018-03-09 |
| Veröffentlichungsdatum | 2018-03-09 |
| Bewertung | 2.41/5 Insgesamt 522 Bewertungen |
| Entwickler | simon.bruno.77 |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Chrome Snake",
"version": "1.1",
"manifest_version": 2,
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"description": "Play snake at anytime just by opening a new tab",
"options_page": "options.html",
"chrome_url_overrides": {
"newtab": "newtab.html"
}
} | |