Chrome Snake
Play snake at anytime just by opening a new tab
Co to jest Chrome Snake?
Chrome Snake to rozszerzenie Chrome opracowane przez simon.bruno.77, a jego główną funkcją jest „Play snake at anytime just by opening a new tab”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Chrome Snake
Pobierz pliki rozszerzeń Chrome Snake w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | cbdobfnjgnmlcajcamdfjeofmnecepdl |
| Oficjalny URL | https://chromewebstore.google.com/detail/chrome-snake/cbdobfnjgnmlcajcamdfjeofmnecepdl |
| Opis | Play snake at anytime just by opening a new tab |
| Rozmiar pliku | 45.28 KB |
| Liczba instalacji | 10,000 |
| Aktualna Wersja | 1.1 |
| Ostatnia Aktualizacja | 2018-03-09 |
| Data Publikacji | 2018-03-09 |
| Ocena | 2.41/5 Łącznie 522 Oceny |
| Deweloper | simon.bruno.77 |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
} | |