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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

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