Chrome Snake
Play snake at anytime just by opening a new tab
Wat is Chrome Snake?
Chrome Snake is een Chrome-extensie ontwikkeld door simon.bruno.77, en de belangrijkste functie is "Play snake at anytime just by opening a new tab".
Extensie Screenshots
Download het CRX-bestand van de extensie Chrome Snake
Download Chrome Snake-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | cbdobfnjgnmlcajcamdfjeofmnecepdl |
| Officiële URL | https://chromewebstore.google.com/detail/chrome-snake/cbdobfnjgnmlcajcamdfjeofmnecepdl |
| Beschrijving | Play snake at anytime just by opening a new tab |
| Bestandsgrootte | 45.28 KB |
| Aantal Installaties | 10,000 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2018-03-09 |
| Publicatiedatum | 2018-03-09 |
| Beoordeling | 2.41/5 Totaal 522 Beoordelingen |
| Ontwikkelaar | simon.bruno.77 |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |