Picture-In-Picture for Videos

Watch all kind of videos in Picture-in-Picture mode

Picture-In-Picture for Videos란 무엇입니까?

Picture-In-Picture for Videos은(는) R & T에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Watch all kind of videos in Picture-in-Picture mode"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Picture-In-Picture for Videos 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ⬇️Easy to set up⬇️:

1. Install and add the extension to Chrome.
2. Play the video🎥, click on the extension icon.
3. The video will be playing in a floating screen on top of other windows.

✨Features ✨

1. Freely browse other sites while playing a video in a pop-up window.
2. Browse other sites while playing a video in a pop-up window.

A mini-video player with which you can keep an eye on what you’re watching while interacting with other sites, or applications.                    

확장 프로그램 기본 정보

이름 Picture-In-Picture for Videos Picture-In-Picture for Videos
ID lmijlfkdikhccdhliplohaeogblbamhh
공식 URL https://chromewebstore.google.com/detail/picture-in-picture-for-vi/lmijlfkdikhccdhliplohaeogblbamhh
설명 Watch all kind of videos in Picture-in-Picture mode
파일 크기 7.89 KB
설치 횟수 180
현재 버전 0.0.2
최근 업데이트 2022-12-13
출시 날짜 2022-12-13
평점 4.86/5 총 21 개의 평점
개발자 R & T
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.2",
    "manifest_version": 3,
    "name": "Picture-In-Picture for Videos",
    "host_permissions": [
        ""
    ],
    "permissions": [
        "scripting"
    ],
    "icons": {
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "description": "Watch all kind of videos in Picture-in-Picture mode",
    "action": {
        "default_icon": {
            "128": "icons\/icon128.png"
        }
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "mac": "Alt+P",
                "linux": "Alt+P",
                "windows": "Alt+P",
                "chromeos": "Alt+P"
            }
        }
    }
}