Picture-in-Picture (PiP) for All 4

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

Qu'est-ce que Picture-in-Picture (PiP) for All 4 ?

Picture-in-Picture (PiP) for All 4 est une extension Chrome développée par Ollie Treend, et sa fonction principale est "Enable Picture-in-Picture (PiP) on the Channel 4 'All 4' player".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Picture-in-Picture (PiP) for All 4

Téléchargez les fichiers d'extension Picture-in-Picture (PiP) for All 4 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Picture-in-Picture (PiP) for All 4 Picture-in-Picture (PiP) for All 4
ID knfagafhnbbhippdocjodaoojmmhhidk
URL Officiel https://chromewebstore.google.com/detail/picture-in-picture-pip-fo/knfagafhnbbhippdocjodaoojmmhhidk
Description Enable Picture-in-Picture (PiP) on the Channel 4 'All 4' player
Taille du Fichier 7.94 KB
Nombre d'Installations 847
Version Actuelle 1.0.1
Dernière Mise à Jour 2022-01-15
Date de Publication 2021-03-17
Évaluation 4.20/5 Total 5 Évaluations
Développeur Ollie Treend
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}