Better PiP

Watch your favorite content using Picture-in-Picture

Better PiP란 무엇입니까?

Better PiP은(는) Linus S에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Watch your favorite content using Picture-in-Picture"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Better PiP 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        You can watch any of your favorite content in Picture in Picture (or PiP). 
If you only have one monitor, this makes it much easier to watch your content without taking up valuable screen space.

It Supports:
• YouTube
• Twitch
• Newgrounds
• Tubi
• Most Other Sites                    

확장 프로그램 기본 정보

이름 Better PiP Better PiP
ID nnpikangkapplbfgeniaapbmifpkfomn
공식 URL https://chromewebstore.google.com/detail/better-pip/nnpikangkapplbfgeniaapbmifpkfomn
설명 Watch your favorite content using Picture-in-Picture
파일 크기 6.18 KB
설치 횟수 126
현재 버전 0.1.2
최근 업데이트 2023-06-13
출시 날짜 2021-05-19
평점 3.50/5 총 2 개의 평점
개발자 Linus S
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better PiP",
    "description": "Watch your favorite content using Picture-in-Picture",
    "version": "0.1.2",
    "icons": {
        "128": "assets\/icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "assets\/icon19.png",
            "38": "assets\/icon38.png"
        }
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+P",
                "mac": "Alt+P",
                "chromeos": "Alt+P",
                "linux": "Alt+P"
            }
        }
    },
    "permissions": [
        "activeTab"
    ],
    "minimum_chrome_version": "69.0.3483.0",
    "manifest_version": 2
}