BoB TV
Allows a transparent twitch chat when using BoB TV
Co to jest BoB TV?
BoB TV to rozszerzenie Chrome opracowane przez https://andresperezl.com, a jego główną funkcją jest „Allows a transparent twitch chat when using BoB TV”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia BoB TV
Pobierz pliki rozszerzeń BoB TV w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Extension that allows a transparent Twitch chat over the Youtube video player for fully integrated/seamless TV experience
Podstawowe informacje o rozszerzeniu
Nazwa | BoB TV |
ID | kookamphcllnjbhfeffhihinkgjnflol |
Oficjalny URL | https://chromewebstore.google.com/detail/bob-tv/kookamphcllnjbhfeffhihinkgjnflol |
Opis | Allows a transparent twitch chat when using BoB TV |
Rozmiar pliku | 42.36 KB |
Liczba instalacji | 19 |
Aktualna Wersja | 0.0.2 |
Ostatnia Aktualizacja | 2016-10-20 |
Data Publikacji | 2016-10-20 |
Deweloper | https://andresperezl.com |
Typ Płatności | free |
Strona Rozszerzenia | http://andresperezl.com/bob |
Adres URL Strony Pomocy | https://www.reddit.com/r/bestofboth |
Obsługiwane Języki | 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" ] } |