Picture-in-Picture (PiP) for All 4

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

Co je Picture-in-Picture (PiP) for All 4?

Picture-in-Picture (PiP) for All 4 je rozšíření Chrome vyvinuté Ollie Treend, a jeho hlavní funkcí je „Enable Picture-in-Picture (PiP) on the Channel 4 'All 4' player“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Picture-in-Picture (PiP) for All 4

Stáhněte si soubory rozšíření Picture-in-Picture (PiP) for All 4 ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Picture-in-Picture (PiP) for All 4 Picture-in-Picture (PiP) for All 4
ID knfagafhnbbhippdocjodaoojmmhhidk
Oficiální URL https://chromewebstore.google.com/detail/picture-in-picture-pip-fo/knfagafhnbbhippdocjodaoojmmhhidk
Popis Enable Picture-in-Picture (PiP) on the Channel 4 'All 4' player
Velikost souboru 7.94 KB
Počet instalací 847
Aktuální Verze 1.0.1
Poslední Aktualizace 2022-01-15
Datum Vydání 2021-03-17
Hodnocení 4.20/5 Celkem 5 Hodnocení
Vývojář Ollie Treend
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}