iRacers online (iRacing)
Show the total number of iracers and spectators online in all sessions.
Что такое iRacers online (iRacing)?
iRacers online (iRacing) - это расширение Chrome, разработанное bakidok, и его основная функция - "Show the total number of iracers and spectators online in all sessions.".
Снимки экрана расширения
Скачать файл CRX расширения iRacers online (iRacing)
Скачайте файлы расширений iRacers online (iRacing) в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Simply extension that show the total number of iracers and spectators online in all sessions on the spectator page.
NOTE: The extension doesn't collect any information from members.iracing.com Основная информация о расширении
| Название | |
| ID | bifnedfngfoboonojaffnkocljefgokc |
| Официальный URL | https://chromewebstore.google.com/detail/iracers-online-iracing/bifnedfngfoboonojaffnkocljefgokc |
| Описание | Show the total number of iracers and spectators online in all sessions. |
| Размер файла | 19.23 KB |
| Количество установок | 324 |
| Текущая Версия | 1.4 |
| Последнее Обновление | 2013-06-15 |
| Дата публикации | 2013-06-15 |
| Рейтинг | 5.00/5 Всего 9 оценок |
| Разработчик | bakidok |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "iRacers online (iRacing)",
"version": "1.4",
"description": "Show the total number of iracers and spectators online in all sessions.",
"manifest_version": 2,
"icons": {
"16": "icono_16.png",
"48": "icono_48.png",
"128": "icono_128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/members.iracing.com\/membersite\/member\/spectator.jsp"
],
"js": [
"iRacersOnline.js"
]
}
]
} | |