hulucaster
Make it easy to stream hulu to chromecast
Что такое hulucaster?
hulucaster - это расширение Chrome, разработанное todderick, и его основная функция - "Make it easy to stream hulu to chromecast".
Снимки экрана расширения
Скачать файл CRX расширения hulucaster
Скачайте файлы расширений hulucaster в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | |
ID | ncmhcdaegklmjppblhhdhfallpbielal |
Официальный URL | https://chrome.google.com/webstore/detail/hulucaster/ncmhcdaegklmjppblhhdhfallpbielal |
Описание | Make it easy to stream hulu to chromecast |
Размер файла | 103 KB |
Количество установок | 2,000 |
Текущая Версия | 0.1.0 |
Последнее Обновление | 2014-04-22 |
Дата публикации | 2014-04-22 |
Рейтинг | 2.85/5 Всего 20 оценок |
Разработчик | todderick |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | http://thpcod.es/hulucastable |
Поддерживаемые языки | 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" } } |