ForcePIP
Force a video to play using Picture-in-Picture
ForcePIP란 무엇입니까?
ForcePIP은(는) https://adamgonen.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Force a video to play using Picture-in-Picture"입니다.
확장 프로그램 스크린샷
ForcePIP 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
To activate, press the extension icon on the toolbar. Allows to to play videos using the built in Picture-in-Picture (PIP) that is not usually allowed by video players. Using Picture-in-Picture allows to do other work while still watching almost any video. Free to use and does not collect any data.
확장 프로그램 기본 정보
이름 | ForcePIP |
ID | cgadklekpacccapkencnkjkiofmeipab |
공식 URL | https://chromewebstore.google.com/detail/forcepip/cgadklekpacccapkencnkjkiofmeipab |
설명 | Force a video to play using Picture-in-Picture |
파일 크기 | 10.05 KB |
설치 횟수 | 1,279 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2020-03-25 |
출시 날짜 | 2020-03-24 |
평점 | 4.25/5 총 4 개의 평점 |
개발자 | https://adamgonen.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://adamgonen.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ForcePIP", "description": "Force a video to play using Picture-in-Picture", "homepage_url": "https:\/\/adamgonen.com", "manifest_version": 2, "version": "1.0.0", "icons": { "128": "icons\/icon128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "ForcePIP" }, "permissions": [ "activeTab" ] } |