Picture-in-Picture YouTube - Netflix and more

Picture-in-Picture mode allows you to watch video in a floating window with playback video controls.

Picture-in-Picture YouTube - Netflix and more란 무엇입니까?

Picture-in-Picture YouTube - Netflix and more은(는) barreiro01919에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Picture-in-Picture mode allows you to watch video in a floating window with playback video controls."입니다.

확장 프로그램 스크린샷

screenshot

Picture-in-Picture YouTube - Netflix and more 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Simple extension picture in picture. This means that sites like Netflix,YouTube, Amazon Prime,  Disney Plus, and Hulu will work!                    

확장 프로그램 기본 정보

이름 Picture-in-Picture YouTube - Netflix and more Picture-in-Picture YouTube - Netflix and more
ID ahdijafdcpkcefendeaobodkfjcmphac
공식 URL https://chromewebstore.google.com/detail/picture-in-picture-youtub/ahdijafdcpkcefendeaobodkfjcmphac
설명 Picture-in-Picture mode allows you to watch video in a floating window with playback video controls.
파일 크기 6.21 KB
설치 횟수 2,156
현재 버전 1.0.6
최근 업데이트 2023-07-25
출시 날짜 2020-12-03
평점 3.59/5 총 29 개의 평점
개발자 barreiro01919
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://sites.google.com/view/extensions-privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Picture-in-Picture YouTube - Netflix and more",
    "description": "Picture-in-Picture mode allows you to watch video in a floating window with playback video controls.",
    "version": "1.0.6",
    "icons": {
        "128": "icon128.png"
    },
    "action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "Picture-in-Picture"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "manifest_version": 3
}