Picture In Picture

Picture in picture. The extension allows you to attach video to all windows of your operating system.

Picture In Picture란 무엇입니까?

Picture In Picture은(는) olegsalimov398에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Picture in picture. The extension allows you to attach video to all windows of your operating system."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        You can enable PiP and watch web videos in a popup/floating window. Install the floating video addon for your chrome browser and feel the difference. The picture in picture may come in handy in situations when you want to save some time and watch series or movie while still working and interacting with other tabs. Imagine how cool is that to be able to do two things at once. So here is our picture-in-picture extension to help you with that. We are sure that if you download our product, you will not regret it. Floating video will be always on top and you can continue browsing the web, working, whatever. Just open the tab with a video you want to watch and click on the extension icon in chrome toolbar. Floating video window will be open immediately and you can place it wherever you want. Of course you can pause the video in the window that appeared and return to the source tab just by clicking on the window. We want you to help us to improve pic-in-pic extension so feel eazy to leave a comment and don`t forget to share PiP with your friends.
Don’t forget to refresh the webpage before using the pic-in-pic extension for the first time.                    

확장 프로그램 기본 정보

이름 Picture In Picture Picture In Picture
ID cbpokcpkhhiiafchdifcgmdgbhcbfmdk
공식 URL https://chrome.google.com/webstore/detail/picture-in-picture/cbpokcpkhhiiafchdifcgmdgbhcbfmdk
설명 Picture in picture. The extension allows you to attach video to all windows of your operating system.
파일 크기 15.87 KB
설치 횟수 5,334
현재 버전 1.4
최근 업데이트 2023-02-27
출시 날짜 2021-04-22
평점 4.63/5 총 8 개의 평점
개발자 olegsalimov398
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.4",
    "name": "__MSG_name__",
    "description": "Picture in picture. The extension allows you to attach video to all windows of your operating system.",
    "icons": {
        "128": "assets\/128-dark.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "background\/bg.js"
        ]
    },
    "browser_action": [],
    "permissions": [
        "storage",
        ""
    ],
    "web_accessible_resources": [
        "assets\/*.png"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content_scripts\/PIP.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ]
}