hulucaster

Make it easy to stream hulu to chromecast

hulucaster क्या है?

hulucaster todderick द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make it easy to stream hulu to chromecast"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में hulucaster एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.                    

एक्सटेंशन की मूल जानकारी

नाम hulucaster hulucaster
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"
    }
}