Bettor Status
Puts the betting status of the person in their avatar
Что такое Bettor Status?
Bettor Status - это расширение Chrome, разработанное numone, и его основная функция - "Puts the betting status of the person in their avatar".
Снимки экрана расширения
Скачать файл CRX расширения Bettor Status
Скачайте файлы расширений Bettor Status в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension shows the Bettor Status values for d2jsp.org's sports section. Основная информация о расширении
| Название | |
| ID | hgedgefiljjjkodpjodmnldkbeimdgam |
| Официальный URL | https://chromewebstore.google.com/detail/bettor-status/hgedgefiljjjkodpjodmnldkbeimdgam |
| Описание | Puts the betting status of the person in their avatar |
| Размер файла | 40.56 KB |
| Количество установок | 49 |
| Текущая Версия | 3.5 |
| Последнее Обновление | 2015-09-09 |
| Дата публикации | 2015-09-08 |
| Рейтинг | 5.00/5 Всего 6 оценок |
| Разработчик | numone |
| Тип оплаты | free |
| Официальный сайт расширения | http://www.d2jsp.org |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"js": [
"jquery-1.7.0.min.js",
"BettorStatus.js"
],
"matches": [
"http:\/\/forums.d2jsp.org\/*"
]
}
],
"description": "Puts the betting status of the person in their avatar",
"name": "Bettor Status",
"permissions": [
"https:\/\/raw.githubusercontent.com\/numone\/bettor-status-d2jsp\/devel\/lists\/*"
],
"version": "3.5",
"manifest_version": 2
} | |