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" ] } |