Snake
The authentic snake game in a popup. Smooth animations and a saved high score!
Что такое Snake?
Snake - это расширение Chrome, разработанное Kris10ansn, и его основная функция - "The authentic snake game in a popup. Smooth animations and a saved high score!".
Снимки экрана расширения
Скачать файл CRX расширения Snake
Скачайте файлы расширений Snake в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension allows you - the user, to play snake, whenever and wherever you want, without having to open a new window. Unlike many other options out there, this extension saves your highscore, so that you dont have to just remember that really good score when youre gonna tell all your friends about it. Snake can occasionally show promoted websites when updating. Snake may also show non-intrusive banner advertisements at the bottom of the game window.
Основная информация о расширении
Название | Snake |
ID | oppflpnigmhkldmdmmbnopidlhahanji |
Официальный URL | https://chromewebstore.google.com/detail/snake/oppflpnigmhkldmdmmbnopidlhahanji |
Описание | The authentic snake game in a popup. Smooth animations and a saved high score! |
Размер файла | 30.15 KB |
Количество установок | 463,081 |
Текущая Версия | 2.2.15 |
Последнее Обновление | 2024-02-21 |
Дата публикации | 2020-02-26 |
Рейтинг | 4.30/5 Всего 44 оценок |
Разработчик | Kris10ansn |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://kris10ansn.github.io |
URL страницы помощи | https://kris10ansn.github.io |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "$schema": "https:\/\/json.schemastore.org\/chrome-manifest", "name": "Snake", "short_name": "Snake", "version": "2.2.15", "description": "The authentic snake game in a popup. Smooth animations and a saved high score!", "icons": { "16": "images\/head.png", "48": "images\/head.png", "128": "images\/head.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "images\/head.png", "24": "images\/head.png", "32": "images\/head.png", "48": "images\/head.png", "128": "images\/head.png" }, "default_popup": "index.html" }, "offline_enabled": true, "manifest_version": 3 } |