Picture in Picture - PiP View

Watch videos in a floating PiP window (always on top of other windows) even when tab is switched.

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

Picture in Picture - PiP View은(는) Esteban에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Watch videos in a floating PiP window (always on top of other windows) even when tab is switched."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        The extension helps to view videos in a separate window                    

확장 프로그램 기본 정보

이름 Picture in Picture - PiP View Picture in Picture - PiP View
ID kmdgomolfojpgnieebblfpmccmkekiae
공식 URL https://chromewebstore.google.com/detail/picture-in-picture-pip-vi/kmdgomolfojpgnieebblfpmccmkekiae
설명 Watch videos in a floating PiP window (always on top of other windows) even when tab is switched.
파일 크기 35.19 KB
설치 횟수 19
현재 버전 0.4.1
최근 업데이트 2022-08-20
출시 날짜 2022-08-20
개발자 Esteban
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://pipviewer.com/privacy.html
개인정보 보호 정책 페이지 URL https://pipviewer.com/privacy.html
지원되는 언어 de,en,fr,nl,es,it,pt-BR,pt-PT,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Picture in Picture - PiP View",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "0.4.1",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "scripting",
        "activeTab",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "inta.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "lora.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "action": {
        "default_title": "Click to open active video in Picture-in-Picture (PiP) mode",
        "default_icon": {
            "16": "pench.png",
            "32": "crua.png",
            "48": "eata.png",
            "64": "gona.png"
        }
    },
    "icons": {
        "16": "rata.png",
        "32": "lesta.png",
        "48": "cerva.png",
        "128": "bibo.png"
    }
}