Picture-in-Picture Plus
Let all HTML5 videos force the Picture-in-picture mode!
Picture-in-Picture Plus란 무엇입니까?
Picture-in-Picture Plus은(는) 绅士喵에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Let all HTML5 videos force the Picture-in-picture mode!"입니다.
확장 프로그램 스크린샷
Picture-in-Picture Plus 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A more perfect Picture-in-Picture extension that supports iframe-loaded video. Source code: https://github.com/Hentioe/chropip-plus 확장 프로그램 기본 정보
| 이름 | |
| ID | hkjdaeehgkbdbpgffjgiahldidifdbgg |
| 공식 URL | https://chromewebstore.google.com/detail/picture-in-picture-plus/hkjdaeehgkbdbpgffjgiahldidifdbgg |
| 설명 | Let all HTML5 videos force the Picture-in-picture mode! |
| 파일 크기 | 4.23 KB |
| 설치 횟수 | 634 |
| 현재 버전 | 0.1.0 |
| 최근 업데이트 | 2018-10-13 |
| 출시 날짜 | 2018-10-13 |
| 평점 | 4.67/5 총 3 개의 평점 |
| 개발자 | 绅士喵 |
| 이메일 | [email protected] |
| 결제 유형 | free |
| 지원되는 언어 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Picture-in-Picture Plus",
"description": "Let all HTML5 videos force the Picture-in-picture mode!",
"version": "0.1.0",
"icons": {
"100": "assets\/icon100.png"
},
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"browser_action": [],
"permissions": [
"activeTab"
],
"minimum_chrome_version": "69.0.3483.0",
"manifest_version": 2
} | |