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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |