TubeToTV
Play Youtube videos on your TV using your XBMC
O que é TubeToTV?
TubeToTV é uma extensão do Chrome desenvolvida por sandmac, e sua principal característica é "Play Youtube videos on your TV using your XBMC".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão TubeToTV
Baixe arquivos de extensão TubeToTV no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
--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
Informações Básicas da Extensão
Nome | TubeToTV |
ID | appeenhjpmpcgjlejjfogcehdancpgme |
URL Oficial | https://chromewebstore.google.com/detail/tubetotv/appeenhjpmpcgjlejjfogcehdancpgme |
Descrição | Play Youtube videos on your TV using your XBMC |
Tamanho do Arquivo | 89.49 KB |
Contagem de Instalações | 1,421 |
Versão Atual | 1.4.1 |
Última Atualização | 2015-02-19 |
Data de Publicação | 2015-02-19 |
Classificação | 4.47/5 Total de 108 Avaliações |
Desenvolvedor | sandmac |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |