BoB TV
Allows a transparent twitch chat when using BoB TV
What is BoB TV?
BoB TV is a Chrome extension developed by https://andresperezl.com, and its main feature is "Allows a transparent twitch chat when using BoB TV".
Extension Screenshots
Download BoB TV Extension CRX File
Download BoB TV extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension that allows a transparent Twitch chat over the Youtube video player for fully integrated/seamless TV experience
Extension Basic Information
Name | BoB TV |
ID | kookamphcllnjbhfeffhihinkgjnflol |
Official URL | https://chromewebstore.google.com/detail/bob-tv/kookamphcllnjbhfeffhihinkgjnflol |
Description | Allows a transparent twitch chat when using BoB TV |
File Size | 42.36 KB |
Installation Count | 19 |
Current Version | 0.0.2 |
Last Updated | 2016-10-20 |
Publish Date | 2016-10-20 |
Developer | https://andresperezl.com |
Payment Type | free |
Extension Website | http://andresperezl.com/bob |
Help Page URL | https://www.reddit.com/r/bestofboth |
Supported Languages | 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" ] } |