BoB TV
Allows a transparent twitch chat when using BoB TV
什么是BoB TV?
BoB TV是由https://andresperezl.com开发的Chrome扩展程序,该扩展的主要功能是“Allows a transparent twitch chat when using BoB TV”。
扩展截图
下载BoB TV扩展crx文件
下载BoB TV扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Extension that allows a transparent Twitch chat over the Youtube video player for fully integrated/seamless TV experience
扩展基本信息
名称 | BoB TV |
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" ] } |