Would you rather?
Another simple game
Что такое Would you rather??
Would you rather? - это расширение Chrome, разработанное zjulia, и его основная функция - "Another simple game".
Снимки экрана расширения
Скачать файл CRX расширения Would you rather?
Скачайте файлы расширений Would you rather? в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Would You Rather. This game gives you two options and is generally played in a group. Take turns and have fun answering what you would rather do. Feel free to leave me suggestions or any feedback in general, it is greatly appreciated and I work on these regularly.
Current features:
- Mix and match, the match option gives questions that are related to each other and the mix option gives questions that are random
- Coming soon shows what I'm working on Основная информация о расширении
| Название | |
| ID | dahplmhpbplcgfabnlodpmnaokbehlfn |
| Официальный URL | https://chromewebstore.google.com/detail/would-you-rather/dahplmhpbplcgfabnlodpmnaokbehlfn |
| Описание | Another simple game |
| Размер файла | 906 KB |
| Количество установок | 767 |
| Текущая Версия | 1.0 |
| Последнее Обновление | 2014-12-04 |
| Дата публикации | 2014-12-03 |
| Рейтинг | 3.30/5 Всего 10 оценок |
| Разработчик | zjulia |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Would you rather?",
"version": "1.0",
"description": "Another simple game",
"manifest_version": 2,
"background": {
"page": "background.html"
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
}
} | |