Hulu With Me

Watch your favorite shows with your favorite people.

Hulu With Me क्या है?

Hulu With Me http://huluwith.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Watch your favorite shows with your favorite people."।

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

screenshot
screenshot

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

crx प्रारूप में Hulu With Me एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Don't let distance keep you from watching your favorite shows with your favorite people. Huluwithme keeps your video in sync across multiple computers, so you can chat and watch together.

Install the add-on, find a video on Hulu.com, and click the "Huluwithme" link below the video.

When you pause, it'll pause for her. When he plays, it plays for you. You can also chat while you watch the show.

(Works with Firefox and Chrome. Not affiliated with Hulu.)                    

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

नाम Hulu With Me Hulu With Me
ID kadfigclkmmnpchmalpbcfbmpnmmmoag
आधिकारिक URL https://chrome.google.com/webstore/detail/hulu-with-me/kadfigclkmmnpchmalpbcfbmpnmmmoag
विवरण Watch your favorite shows with your favorite people.
फ़ाइल का आकार 136 KB
स्थापना संख्या 5,000
वर्तमान संस्करण 8.5
अंतिम अपडेट 2012-07-02
प्रकाशन तिथि 2012-07-02
रेटिंग 1.67/5 कुल 6 रेटिंग्स
डेवलपर http://huluwith.me
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://huluwith.me
गोपनीयता नीति पृष्ठ URL https://readme.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hulu With Me",
    "version": "8.5",
    "manifest_version": 2,
    "description": "Watch your favorite shows with your favorite people.",
    "homepage_url": "http:\/\/huluwith.me",
    "permissions": [
        "webRequest",
        "tabs",
        "notifications",
        "http:\/\/huluwith.me",
        "http:\/\/*.hulu.com\/"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "minimum_chrome_version": "18",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/huluwith.me\/*"
            ],
            "js": [
                "check.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/www.hulu.com\/watch\/*"
            ],
            "js": [
                "room-loader.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "jquery.js",
        "socket.io.js",
        "room.js",
        "imgs\/notification.png",
        "imgs\/notification-chat.png",
        "imgs\/notification-pause.png",
        "imgs\/notification-play.png",
        "imgs\/notification-seek_forward.png",
        "imgs\/notification-seek_back.png",
        "imgs\/notification-commercial.png"
    ]
}