Picture-in-Picture

Watch video using Picture-in-Picture

Picture-in-Picture란 무엇입니까?

Picture-in-Picture은(는) parnagroups에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Watch video using Picture-in-Picture"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Picture-in-Picture 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Update Version 1.2
 - Fixed Picture In Picture for Facebook "Watch".
 - Add feature save link website and manage facebook video saved.

Watch video using Picture-in-Picture
This extension will enable Chrome's picture-in-picture feature allowing you to minimize playing video to the corner of the screen and have it float on top of other tabs so you can continue watching while you browse the internet.

The following flags MUST be enabled in chrome://flags for this extension to work:
chrome://flags/#enable-experimental-web-platform-features.
chrome://flags/#enable-surfaces-for-videos.
chrome://flags/#enable-picture-in-picture.                    

확장 프로그램 기본 정보

이름 Picture-in-Picture Picture-in-Picture
ID bpjkjejdannjfahgbahegaendgjgnpci
공식 URL https://chromewebstore.google.com/detail/picture-in-picture/bpjkjejdannjfahgbahegaendgjgnpci
설명 Watch video using Picture-in-Picture
파일 크기 359 KB
설치 횟수 42,371
현재 버전 1.4
최근 업데이트 2023-11-23
출시 날짜 2018-09-05
평점 4.27/5 총 44 개의 평점
개발자 parnagroups
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://sites.google.com/view/privacy-policy-boost/home
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "19": "logo.png",
            "38": "logo.png"
        }
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.index.ts.52ffd847.7b06bc56.js"
            ],
            "allFrames": true,
            "matches": [
                ""
            ],
            "css": [
                "assets\/index.ts.ae92ac30.css"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*.facebook.com\/*"
    ],
    "manifest_version": 3,
    "options_page": "src\/options\/index.html",
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "declarativeNetRequest"
    ],
    "name": "Picture-in-Picture",
    "version": "1.4",
    "description": "Watch video using Picture-in-Picture",
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "src\/content-script\/actionPictureInPicture.js"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/index.ts.52ffd847.js"
            ],
            "use_dynamic_url": true
        }
    ]
}