usefulness extension
edit 1.2: highscore with chrome storage API! snake bug still there, so I'll try to fix it soon This extension is for the average…
Что такое usefulness extension?
usefulness extension - это расширение Chrome, разработанное mroscarfinley, и его основная функция - "edit 1.2: highscore with chrome storage API! snake bug still there, so I'll try to fix it soon This extension is for the average…".
Снимки экрана расширения
Скачать файл CRX расширения usefulness extension
Скачайте файлы расширений usefulness extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
edit 1.2: highscore with chrome storage API! snake bug still there, so I'll try to fix it soon This extension is for the average school kid made by a highschool kid who understands your pain! features: - random number generator - inspirational quote to prevent you dying from depression - annoying noises: - airhorn - yee sound if you have any suggestions please contact [email protected] and check out the website at https://sites.google.com/view/the-usefulness-extension/home edit 1.1: snake game bug fixes and improvements highscore does not currently work yet tetris coming soon edit 1.0: - introducing the snake game! - removed random number generator and 14khz sound due to complaints. may add later.
Основная информация о расширении
Название | usefulness extension |
ID | mcikgnlogepdidaonhdkopokgcnapbpi |
Официальный URL | https://chromewebstore.google.com/detail/usefulness-extension/mcikgnlogepdidaonhdkopokgcnapbpi |
Описание | edit 1.2: highscore with chrome storage API! snake bug still there, so I'll try to fix it soon This extension is for the average… |
Размер файла | 62.2 KB |
Количество установок | 29 |
Текущая Версия | 1.2.1 |
Последнее Обновление | 2019-05-02 |
Дата публикации | 2019-05-01 |
Рейтинг | 5.00/5 Всего 4 оценок |
Разработчик | mroscarfinley |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://sites.google.com/view/the-usefulness-extension/home |
URL страницы помощи | https://sites.google.com/view/the-usefulness-extension/home |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "usefulness extension", "version": "1.2.1", "manifest_version": 2, "permissions": [ "storage" ], "browser_action": { "default_icon": "default-icon.jpg", "default_popup": "popup.html" } } |