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开发的Chrome扩展程序,该扩展的主要功能是“Enable Picture-in-Picture (PiP) on the Channel 4 'All 4' player”。

扩展截图

screenshot

下载Picture-in-Picture (PiP) for All 4扩展crx文件

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