Picture-in-Picture (PiP) for All 4

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

Τι είναι το Picture-in-Picture (PiP) for All 4;

Το Picture-in-Picture (PiP) for All 4 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Ollie Treend, και η κύρια λειτουργία του είναι "Enable Picture-in-Picture (PiP) on the Channel 4 'All 4' player".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Picture-in-Picture (PiP) for All 4

Λήψη αρχείων επέκτασης Picture-in-Picture (PiP) for All 4 σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Picture-in-Picture (PiP) for All 4 Picture-in-Picture (PiP) for All 4
ID knfagafhnbbhippdocjodaoojmmhhidk
Επίσημο URL https://chromewebstore.google.com/detail/picture-in-picture-pip-fo/knfagafhnbbhippdocjodaoojmmhhidk
Περιγραφή Enable Picture-in-Picture (PiP) on the Channel 4 'All 4' player
Μέγεθος Αρχείου 7.94 KB
Αριθμός Εγκαταστάσεων 847
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2022-01-15
Ημερομηνία Δημοσίευσης 2021-03-17
Αξιολόγηση 4.20/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής Ollie Treend
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    }
}