BoB TV
Allows a transparent twitch chat when using BoB TV
Что такое BoB TV?
BoB TV - это расширение Chrome, разработанное https://andresperezl.com, и его основная функция - "Allows a transparent twitch chat when using BoB TV".
Снимки экрана расширения
Скачать файл CRX расширения BoB TV
Скачайте файлы расширений BoB TV в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Extension that allows a transparent Twitch chat over the Youtube video player for fully integrated/seamless TV experience Основная информация о расширении
| Название | |
| ID | kookamphcllnjbhfeffhihinkgjnflol |
| Официальный URL | https://chromewebstore.google.com/detail/bob-tv/kookamphcllnjbhfeffhihinkgjnflol |
| Описание | Allows a transparent twitch chat when using BoB TV |
| Размер файла | 42.36 KB |
| Количество установок | 19 |
| Текущая Версия | 0.0.2 |
| Последнее Обновление | 2016-10-20 |
| Дата публикации | 2016-10-20 |
| Разработчик | https://andresperezl.com |
| Тип оплаты | free |
| Официальный сайт расширения | http://andresperezl.com/bob |
| URL страницы помощи | https://www.reddit.com/r/bestofboth |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "BoB TV",
"version": "0.0.2",
"description": "Allows a transparent twitch chat when using BoB TV",
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/www.twitch.tv\/*\/chat"
],
"all_frames": true,
"js": [
"jquery-3.1.1.js",
"tv.js"
]
}
],
"web_accessible_resources": [
"tv.css"
]
} | |