Picture-in-Picture (PiP) for All 4

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

Vad är Picture-in-Picture (PiP) for All 4?

Picture-in-Picture (PiP) for All 4 är en Chrome-tillägg utvecklad av Ollie Treend, och dess huvudfunktion är "Enable Picture-in-Picture (PiP) on the Channel 4 'All 4' player".

Tilläggsskärmbilder

screenshot

Ladda ner Picture-in-Picture (PiP) for All 4-förlängningens CRX-fil

Ladda ner Picture-in-Picture (PiP) for All 4-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Picture-in-Picture (PiP) for All 4 Picture-in-Picture (PiP) for All 4
ID knfagafhnbbhippdocjodaoojmmhhidk
Officiell webbadress https://chromewebstore.google.com/detail/picture-in-picture-pip-fo/knfagafhnbbhippdocjodaoojmmhhidk
Beskrivning Enable Picture-in-Picture (PiP) on the Channel 4 'All 4' player
Filstorlek 7.94 KB
Antal Installationer 847
Aktuell Version 1.0.1
Senast Uppdaterad 2022-01-15
Publiceringsdatum 2021-03-17
Betyg 4.20/5 Totalt 5 Betyg
Utvecklare Ollie Treend
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}