Snek Game
A Game About Sneks made WSith Pure HTML, CSS, and Javascript.
Что такое Snek Game?
Snek Game - это расширение Chrome, разработанное CreamMonke, и его основная функция - "A Game About Sneks made WSith Pure HTML, CSS, and Javascript.".
Снимки экрана расширения
Скачать файл CRX расширения Snek Game
Скачайте файлы расширений Snek Game в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Snek Game is a life changing thought provoking action experience that challenges societal norms. Controls: Singleplayer: wasd or arrow keys - change direction r - restart current game (not in localmutliplayer) Localmultiplayer: wasd - player 1 arrow keys - player 2 v 2.0: -game now uses HTML canvas instead of individual HTML divs; should improve performance related bugs v 1.0: -new mode: localmultiplayer -new menu -UI color scheme changed from red to blue -can now press r in singleplayer mode to instantly restart the game
Основная информация о расширении
Название | Snek Game |
ID | hbmpaggicmgkhiifdhkjhkejpcabnkin |
Официальный URL | https://chromewebstore.google.com/detail/snek-game/hbmpaggicmgkhiifdhkjhkejpcabnkin |
Описание | A Game About Sneks made WSith Pure HTML, CSS, and Javascript. |
Размер файла | 53.87 KB |
Количество установок | 163 |
Текущая Версия | 2.0 |
Последнее Обновление | 2022-03-07 |
Дата публикации | 2021-12-20 |
Рейтинг | 5.00/5 Всего 3 оценок |
Разработчик | CreamMonke |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Snek Game", "description": "A Game About Sneks made WSith Pure HTML, CSS, and Javascript.", "version": "2.0", "manifest_version": 3, "icons": { "16": "\/images\/snek.png", "48": "\/images\/snek.png", "128": "\/images\/snek.png" }, "action": { "default_popup": "\/scenes\/menu\/index.html" } } |