hulucaster
Make it easy to stream hulu to chromecast
O que é hulucaster?
hulucaster é uma extensão do Chrome desenvolvida por todderick, e sua principal característica é "Make it easy to stream hulu to chromecast".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão hulucaster
Baixe arquivos de extensão hulucaster 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
This app is designed to make it so that you can cast hulu videos to chromecast. Simply install the extension and open a video as normal on hulu. It should open into a video that will take up the full tab, thus making it cast to chromecast correctly. You may need to resize the tab to get rid of black bars, but that's easier than the hoops you used to need to jump hoop. Thumbnails should have a green background behind the link text when this is active.
Informações Básicas da Extensão
Nome | |
ID | ncmhcdaegklmjppblhhdhfallpbielal |
URL Oficial | https://chrome.google.com/webstore/detail/hulucaster/ncmhcdaegklmjppblhhdhfallpbielal |
Descrição | Make it easy to stream hulu to chromecast |
Tamanho do Arquivo | 103 KB |
Contagem de Instalações | 2,000 |
Versão Atual | 0.1.0 |
Última Atualização | 2014-04-22 |
Data de Publicação | 2014-04-22 |
Classificação | 2.85/5 Total de 20 Avaliações |
Desenvolvedor | todderick |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://thpcod.es/hulucastable |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "hulucaster", "version": "0.1.0", "description": "Make it easy to stream hulu to chromecast", "content_scripts": [ { "matches": [ "*:\/\/*.hulu.com\/*", "*:\/\/hulu.com\/*" ], "js": [ "jquery.min.js", "hulucastable_extension.js" ], "all_frames": true } ], "web_accessible_resources": [ "jquery.min.map" ], "permissions": [ "tabs", "*:\/\/*\/*" ], "homepage_url": "http:\/\/thpcod.es\/hulucaster", "author": "Todd H. Page", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png", "257": "icon257.png" } } |