Picture-in-Picture (PiP) for All 4

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

Was ist Picture-in-Picture (PiP) for All 4?

Picture-in-Picture (PiP) for All 4 ist eine Chrome-Erweiterung, die von Ollie Treend entwickelt wurde, und ihr Hauptmerkmal ist "Enable Picture-in-Picture (PiP) on the Channel 4 'All 4' player".

Erweiterungsscreenshots

screenshot

Picture-in-Picture (PiP) for All 4-Erweiterungs-CRX-Datei herunterladen

Laden Sie Picture-in-Picture (PiP) for All 4-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Picture-in-Picture (PiP) for All 4 Picture-in-Picture (PiP) for All 4
ID knfagafhnbbhippdocjodaoojmmhhidk
Offizielle URL https://chromewebstore.google.com/detail/picture-in-picture-pip-fo/knfagafhnbbhippdocjodaoojmmhhidk
Beschreibung Enable Picture-in-Picture (PiP) on the Channel 4 'All 4' player
Dateigröße 7.94 KB
Installationsanzahl 847
Aktuelle Version 1.0.1
Letztes Update 2022-01-15
Veröffentlichungsdatum 2021-03-17
Bewertung 4.20/5 Insgesamt 5 Bewertungen
Entwickler Ollie Treend
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}