Picture-in-Picture for Youtube

Activates the Picture-in-Picture button and other useful features.

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

Picture-in-Picture for Youtube은(는) Super Zombi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Activates the Picture-in-Picture button and other useful features."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Picture in Picture, MaxVolumer, Hide unwanted, Speed Control in Shorts, Rewind in Shorts, Full Screen in Shorts and etc.                    

확장 프로그램 기본 정보

이름 Picture-in-Picture for Youtube Picture-in-Picture for Youtube
ID choemllnhinpmdednemjdpbaolkpnhck
공식 URL https://chromewebstore.google.com/detail/picture-in-picture-for-yo/choemllnhinpmdednemjdpbaolkpnhck
설명 Activates the Picture-in-Picture button and other useful features.
파일 크기 786 KB
설치 횟수 396
현재 버전 2.4.11
최근 업데이트 2023-12-15
출시 날짜 2023-08-30
평점 4.50/5 총 4 개의 평점
개발자 Super Zombi
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/SuperZombi/Picture-in-Picture-for-Youtube
도움말 페이지 URL https://github.com/SuperZombi/Picture-in-Picture-for-Youtube/issues
지원되는 언어 en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.4.11",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_popup": "menu\/options.html",
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        }
    },
    "icons": {
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "options_ui": {
        "open_in_tab": false,
        "page": "menu\/options.html"
    },
    "homepage_url": "https:\/\/github.com\/SuperZombi\/Picture-in-Picture-for-Youtube",
    "minimum_chrome_version": "107.0.5304.87"
}