PIP-VID

Watch videos using the Picture-in-Picture mode on any platform.

PIP-VID란 무엇입니까?

PIP-VID은(는) Daniel Lvovsky에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Watch videos using the Picture-in-Picture mode on any platform."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

PIP-VID 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Watch videos from any platform using the Picture-in-Picture mode while doing other work. Perfect for viewing your favorite videos while staying productive such as going along a tutorial or watching a movie. This extension can be used on the browser and on desktop

Note: the source of the video must be open (ex.Youtube video) so do not close Chrome.

This extension is supported on Youtube, Netflix and Twitch.

Instructions: 
1. Once installed go to any video platform ex. Youtube.
2. Select a video to watch and once selected click on the extension button or you can press Alt+V to go into picture-on-picture mode.
3. You can move the video window around and resize it to your convenience.
4. You can exit from the picture-in-picture mode anytime by clicking on the extension again or Alt+V.

Feedback is always appreciated.                    

확장 프로그램 기본 정보

이름 PIP-VID PIP-VID
ID hhcfakbeobalhhbbiihgcpdppdghlcie
공식 URL https://chromewebstore.google.com/detail/pip-vid/hhcfakbeobalhhbbiihgcpdppdghlcie
설명 Watch videos using the Picture-in-Picture mode on any platform.
파일 크기 9.39 KB
설치 횟수 107
현재 버전 1.1.0
최근 업데이트 2020-06-01
출시 날짜 2020-05-31
평점 5.00/5 총 3 개의 평점
개발자 Daniel Lvovsky
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PIP-VID",
    "homepage_url": "https:\/\/daniellvovsky.netlify.app\/",
    "description": "Watch videos using the Picture-in-Picture mode on any platform.",
    "version": "1.1.0",
    "icons": {
        "19": "img\/icon_19.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon_19.png",
            "48": "img\/icon_48.png",
            "128": "img\/icon_128.png"
        }
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+V",
                "mac": "Alt+V",
                "chromeos": "Alt+V",
                "linux": "Alt+V"
            }
        }
    },
    "content_security_policy": "script-src 'self' ; object-src 'self'",
    "permissions": [
        "activeTab"
    ],
    "minimum_chrome_version": "69",
    "manifest_version": 2
}