Hulu PIP

Enable Picture in Picture for Hulu Videos

ما هو Hulu PIP؟

Hulu PIP هو إضافة Chrome تم تطويرها بواسطة harmanand، والميزة الرئيسية لها هي "Enable Picture in Picture for Hulu Videos".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Hulu PIP

قم بتنزيل ملفات الامتداد Hulu PIP بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Hulu doesn't allow the Chrome PIP feature to work. This extension will re-enable the pip feature on any Hulu video. Captions will not transfer to the pip'ed video.                    

معلومات أساسية عن التمديد

الاسم Hulu PIP Hulu PIP
ID cjnnojbahbfmbhhpkcoihncbojdlhbnj
عنوان URL الرسمي https://chromewebstore.google.com/detail/hulu-pip/cjnnojbahbfmbhhpkcoihncbojdlhbnj
الوصف Enable Picture in Picture for Hulu Videos
حجم الملف 3.47 KB
عدد التثبيتات 3,598
النسخة الحالية 0.0.0.1
آخر تحديث 2021-07-07
تاريخ النشر 2021-07-07
تقييم 3.85/5 مجموع تقييمات 40
المطور harmanand
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hulu PIP",
    "description": "Enable Picture in Picture for Hulu Videos",
    "version": "0.0.0.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.hulu.com\/watch\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "https:\/\/ajax.googleapis.com\/"
    ]
}