Picture-in-Picture (PiP) for All 4

Enable Picture-in-Picture (PiP) on the Channel 4 'All 4' player

ما هو Picture-in-Picture (PiP) for All 4؟

Picture-in-Picture (PiP) for All 4 هو إضافة Chrome تم تطويرها بواسطة Ollie Treend، والميزة الرئيسية لها هي "Enable Picture-in-Picture (PiP) on the Channel 4 'All 4' player".

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

screenshot

تحميل ملف CRX للإضافة Picture-in-Picture (PiP) for All 4

قم بتنزيل ملفات الامتداد Picture-in-Picture (PiP) for All 4 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This extension enables Picture-in-Picture (PiP) for videos being watched on Channel 4's All 4 player.

Note: The video will pause for ad breaks. You'll need to return to the browser tab which is playing the video and watch the adverts before playback will resume.                    

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

الاسم Picture-in-Picture (PiP) for All 4 Picture-in-Picture (PiP) for All 4
ID knfagafhnbbhippdocjodaoojmmhhidk
عنوان URL الرسمي https://chromewebstore.google.com/detail/picture-in-picture-pip-fo/knfagafhnbbhippdocjodaoojmmhhidk
الوصف Enable Picture-in-Picture (PiP) on the Channel 4 'All 4' player
حجم الملف 7.94 KB
عدد التثبيتات 847
النسخة الحالية 1.0.1
آخر تحديث 2022-01-15
تاريخ النشر 2021-03-17
تقييم 4.20/5 مجموع تقييمات 5
المطور Ollie Treend
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Picture-in-Picture (PiP) for All 4",
    "description": "Enable Picture-in-Picture (PiP) on the Channel 4 'All 4' player",
    "version": "1.0.1",
    "manifest_version": 3,
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.channel4.com\/programmes\/*"
            ],
            "js": [
                "arrive.min.js",
                "enable-pip.js"
            ]
        }
    ],
    "icons": {
        "19": "\/icons\/icon19.png",
        "38": "\/icons\/icon38.png",
        "128": "\/icons\/icon128.png"
    }
}