In Or Out
Used with http://inorout.epicswell.com/ to see who is playing basketball (v1.8.1)
Что такое In Or Out?
In Or Out - это расширение Chrome, разработанное https://inorout.epicswell.com, и его основная функция - "Used with http://inorout.epicswell.com/ to see who is playing basketball (v1.8.1)".
Снимки экрана расширения
Скачать файл CRX расширения In Or Out
Скачайте файлы расширений In Or Out в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension was written to make the task of organizing basketball games easier. There are a handful of people in the world who will find this useful. You are probably not one of them. Основная информация о расширении
| Название | |
| ID | pkikmnicaplbfnllcmmakjgapkblpmen |
| Официальный URL | https://chromewebstore.google.com/detail/in-or-out/pkikmnicaplbfnllcmmakjgapkblpmen |
| Описание | Used with http://inorout.epicswell.com/ to see who is playing basketball (v1.8.1) |
| Размер файла | 90.71 KB |
| Количество установок | 11 |
| Текущая Версия | 1.8.1 |
| Последнее Обновление | 2015-09-13 |
| Дата публикации | 2015-09-13 |
| Рейтинг | 5.00/5 Всего 1 оценок |
| Разработчик | https://inorout.epicswell.com |
| Тип оплаты | free |
| Официальный сайт расширения | http://inorout.epicswell.com/ |
| URL страницы помощи | http://inorout.epicswell.com/ |
| Поддерживаемые языки | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "In Or Out",
"version": "1.8.1",
"manifest_version": 2,
"description": "Used with http:\/\/inorout.epicswell.com\/ to see who is playing basketball (v1.8.1)",
"icons": {
"48": "images\/me_48x48.png"
},
"browser_action": {
"default_icon": "inorout.png",
"default_popup": "popup.html",
"default_title": "In Or Out"
},
"background": {
"page": "background.html"
},
"options_page": "options.html",
"permissions": [
"http:\/\/inorout.epicswell.com\/*",
"tabs",
"notifications",
"cookies"
],
"web_accessible_resources": [
"images\/me_48x48.png"
]
} | |