Chrome PIP

Activate Picture-in-Picture

Chrome PIP란 무엇입니까?

Chrome PIP은(는) Liam Newmarch에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Activate Picture-in-Picture"입니다.

확장 프로그램 스크린샷

screenshot

Chrome PIP 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        A Chrome extension to activate Picture-in-Picture.

This is useful in situations where:

* The media menu in Chrome is not visible – this is the case with Progressive Web Apps.
* The website has set the `disablePictureInPicture` attribute on a video which this extension removes.                    

확장 프로그램 기본 정보

이름 Chrome PIP Chrome PIP
ID jakfcfljbcjkchopdcdbaonfphljgnbp
공식 URL https://chromewebstore.google.com/detail/chrome-pip/jakfcfljbcjkchopdcdbaonfphljgnbp
설명 Activate Picture-in-Picture
파일 크기 9.38 KB
설치 횟수 126
현재 버전 2022.01.25
최근 업데이트 2022-01-28
출시 날짜 2022-01-27
개발자 Liam Newmarch
이메일 [email protected]
결제 유형 free
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chrome PIP",
    "description": "Activate Picture-in-Picture",
    "version": "2022.01.25",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_title": "Activate Picture-in-Picture"
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "icons": {
        "1024": "\/icons\/1024.png",
        "512": "\/icons\/512.png",
        "128": "\/icons\/128.png",
        "48": "\/icons\/48.png",
        "32": "\/icons\/32.png",
        "16": "\/icons\/16.png"
    }
}