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 |
官方網址 | 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" ] } |