PiPlex
Adds picture in picture support for Plex
PiPlex란 무엇입니까?
PiPlex은(는) Albert Haff에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds picture in picture support for Plex"입니다.
확장 프로그램 스크린샷
PiPlex 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension brings picture in picture support to the Plex webapp.
확장 프로그램 기본 정보
이름 | PiPlex |
ID | emomdmkodkbdnclppngmiigeniijnbpi |
공식 URL | https://chromewebstore.google.com/detail/piplex/emomdmkodkbdnclppngmiigeniijnbpi |
설명 | Adds picture in picture support for Plex |
파일 크기 | 8.76 KB |
설치 횟수 | 571 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2021-09-19 |
출시 날짜 | 2021-09-18 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | Albert Haff |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PiPlex", "version": "1.0.0", "description": "Adds picture in picture support for Plex", "short_name": "PiPlex", "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/app.plex.tv\/*" ], "js": [ "background.js" ] } ], "browser_action": { "default_title": "Adds picture in picture support for Plex", "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png" } } } |