Hulu With Me

Watch your favorite shows with your favorite people.

Hulu With Meคืออะไร?

Hulu With Me เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://huluwith.me และคุณลักษณะหลักของมันคือ "Watch your favorite shows with your favorite people."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hulu With Me

ดาวน์โหลดไฟล์ส่วนขยาย Hulu With Me ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}