TubeToTV
Play Youtube videos on your TV using your XBMC
什么是TubeToTV?
TubeToTV是由sandmac开发的Chrome扩展程序,该扩展的主要功能是“Play Youtube videos on your TV using your XBMC”。
扩展截图
下载TubeToTV扩展crx文件
下载TubeToTV扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
--Discontinued-- ---------------- Play any Youtube video on your XBMC with a click of a button. Browse www.youtube.com comfortable on your laptop and share the good stuff on the big screen. You can find the button under the video now. Configuration: Put the IP or the host name in the adress field like this 127.0.0.1 127.0.0.1:8080 HOSTNAME:8080 Use the support email I've put into the extensions configuration section, it is not viable to answer questions in the comments. Currently not working with a xBox. Donate in Bitcoin if you like: 14m4EsZKyLcwd75Q3QysgNpiXSibxy59Ei Changelog 1.4 - new feature: send videos directly from the search site 1.3 - added the possibility to add names to the buttons, thanks to Joshua for this! - known issue: videoplayer on youtube doesn't stop automatically when using html5 1.2 - fixed an issue where the extension wouldn't work on certain systems 1.1.2 - added debugging - youtube layout changes 1.1 - compatible to Frodo RC2 - corrections for youtube layout 1.0.5 - compensate for minor layout change on youtube 1.0.4 - old and new youtube layout are supported again 1.0.3 - adapted to youtube layout change 1.0 - Feature: Add to playlist button (just click on the '+' to add it to your current playlist) - Notifications: Visual feedback if the video has been added 0.8 - update for future chrome versions - Update to work with the latest nightlys (06/07/12) 0.7 - fixed a rare issue where the extension won't work with XBMC - cosmetic stuff 0.6.1 - update to work with Eden RC2 0.5.4 - fixed a layout issue 0.5.3 - compatible with the HTTPS version of Youtube 0.5.2 - update for the youtube layout change (Thanks to kasperh) 0.5.1 - fixed a bug where not every Youtube video was playing correctly (Thanks to Anthony) - fixed a layout issue 0.5 - compatible with recent nightly builds of XBMC - added an option to select different buttons (new designs are welcome, Email me) - use the 'Textbutton' only with the new youtube UI (http://www.youtube.com/cosmicpanda) (doesn't look that great on the regular youtube yet) 0.4.2 - fixed an issue that prevented some videos from playing. Thanks to Anthony on that one. :) 0.4.1 - better error catching if the XBMC configuration is not valid - the button(s) will now indicate that the video is being transferred 0.4 - added ability to use more than one XBMC 0.3 - updated to work with the new youtube UI (http://www.youtube.com/cosmicpanda) 0.2 - added ability to change the port - added ability to use a host name rather than an IP - added ability to enter a username/pw 0.1 - initial release
扩展基本信息
名称 | TubeToTV |
ID | appeenhjpmpcgjlejjfogcehdancpgme |
官方URL | https://chromewebstore.google.com/detail/tubetotv/appeenhjpmpcgjlejjfogcehdancpgme |
简介 | Play Youtube videos on your TV using your XBMC |
文件大小 | 89.49 KB |
安装次数 | 1,421 |
当前版本 | 1.4.1 |
更新时间 | 2015-02-19 |
上架时间 | 2015-02-19 |
评分 | 4.47/5 共108次评分 |
开发者 | sandmac |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "background": { "scripts": [ "\/scripts\/script.js" ] }, "content_scripts": [ { "js": [ "\/scripts\/ytube.js" ], "matches": [ "http:\/\/www.youtube.com\/watch?*", "https:\/\/www.youtube.com\/watch?*" ], "run_at": "document_end" }, { "js": [ "\/scripts\/ytube_search.js" ], "matches": [ "http:\/\/www.youtube.com\/results?*", "https:\/\/www.youtube.com\/results?*" ], "run_at": "document_end" } ], "description": "Play Youtube videos on your TV using your XBMC", "icons": { "128": "\/images\/icon.png" }, "manifest_version": 2, "name": "TubeToTV", "options_page": "options.html", "permissions": [ "http:\/\/*\/*", "tabs", "notifications" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.4.1", "web_accessible_resources": [ "\/images\/playbtn1.png", "\/images\/playbtn2.png", "\/images\/browseraction.png", "\/css\/yttt.css" ] } |