Picture-in-Picture for ALL Sites

Enables picture-in-picture mode, even for sites that have disabled it

Picture-in-Picture for ALL Sites란 무엇입니까?

Picture-in-Picture for ALL Sites은(는) Jerome Paulos에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enables picture-in-picture mode, even for sites that have disabled it"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        This extension functions similarly to the official Google extension, except it does not include Google Analytics and it ignores the `disablepictureinpicture` attribute on HTML videos. This means that sites like Netflix, Disney Plus, and Hulu will work!                    

확장 프로그램 기본 정보

이름 Picture-in-Picture for ALL Sites Picture-in-Picture for ALL Sites
ID anmikanblfemkldmaldbhdejcfpodkpd
공식 URL https://chromewebstore.google.com/detail/picture-in-picture-for-al/anmikanblfemkldmaldbhdejcfpodkpd
설명 Enables picture-in-picture mode, even for sites that have disabled it
파일 크기 6.47 KB
설치 횟수 2,119
현재 버전 1.0
최근 업데이트 2022-04-24
출시 날짜 2022-04-23
평점 4.86/5 총 7 개의 평점
개발자 Jerome Paulos
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Picture-in-Picture for ALL Sites",
    "description": "Enables picture-in-picture mode, even for sites that have disabled it",
    "version": "1.0",
    "icons": {
        "128": "assets\/icon128.png"
    },
    "action": {
        "default_icon": {
            "19": "assets\/icon19.png",
            "38": "assets\/icon38.png"
        },
        "default_title": "Open Picture-in-Picture"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "manifest_version": 3
}