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 Ollie Treend द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enable Picture-in-Picture (PiP) on the Channel 4 'All 4' player"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Picture-in-Picture (PiP) for All 4 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}