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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}