Picture-in-Picture (PiP) for All 4

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

What is Picture-in-Picture (PiP) for All 4?

Picture-in-Picture (PiP) for All 4 is a Chrome extension developed by Ollie Treend, and its main feature is "Enable Picture-in-Picture (PiP) on the Channel 4 'All 4' player".

Extension Screenshots

screenshot

Download Picture-in-Picture (PiP) for All 4 Extension CRX File

Download Picture-in-Picture (PiP) for All 4 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Picture-in-Picture (PiP) for All 4 Picture-in-Picture (PiP) for All 4
ID knfagafhnbbhippdocjodaoojmmhhidk
Official URL https://chromewebstore.google.com/detail/picture-in-picture-pip-fo/knfagafhnbbhippdocjodaoojmmhhidk
Description Enable Picture-in-Picture (PiP) on the Channel 4 'All 4' player
File Size 7.94 KB
Installation Count 847
Current Version 1.0.1
Last Updated 2022-01-15
Publish Date 2021-03-17
Rating 4.20/5 Total 5 Ratings
Developer Ollie Treend
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}