Floating Video Player for Youtube™ Videos
Picture-in-Picture watch in a floating window of Youtube™ videos.
Floating Video Player for Youtube™ Videos란 무엇입니까?
Floating Video Player for Youtube™ Videos은(는) Cool Apps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Picture-in-Picture watch in a floating window of Youtube™ videos."입니다.
확장 프로그램 스크린샷
Floating Video Player for Youtube™ Videos 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Floating Video Player for Youtube™ Videos allows you to watch videos while browsing the web with Picture-in-Picture mode. Watch videos in a floating window while browsing other sites and applications with our software extension. Features: - Resume watching from the last stopped position - Videos are always on top - Supports Youtube playlist How to use the extension: Open the video on the video site and start playing the video Click the extension icon and activate floating mode. A miniplayer appears and you can continue watching the video. Please note that the original tab with the video stream should remain open while you browse the Internet. We are not affiliated with YouTube or an official extension. This extension is independently developed for use with Youtube YouTube is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.
확장 프로그램 기본 정보
이름 | Floating Video Player for Youtube™ Videos |
ID | ojifdhbgdcomkadeelhedgbcldnbmbfd |
공식 URL | https://chromewebstore.google.com/detail/floating-video-player-for/ojifdhbgdcomkadeelhedgbcldnbmbfd |
설명 | Picture-in-Picture watch in a floating window of Youtube™ videos. |
파일 크기 | 211 KB |
설치 횟수 | 8,000 |
현재 버전 | 3.1.2 |
최근 업데이트 | 2023-06-06 |
출시 날짜 | 2020-04-21 |
평점 | 4.48/5 총 114 개의 평점 |
개발자 | Cool Apps |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://audio-editor.freeonlineapps.net/privacy-policy |
지원되는 언어 | id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_application_title__", "description": "__MSG_application_description__", "version": "3.1.2", "default_locale": "en", "background": { "service_worker": "\/js\/background.js" }, "action": { "default_icon": { "16": "icons\/icon-16.png", "24": "icons\/icon-24.png", "32": "icons\/icon-32.png" }, "default_popup": "\/ui\/popup.html", "default_title": "__MSG_application_title__" }, "content_scripts": [ { "js": [ "\/js\/inject.js" ], "matches": [ "*:\/\/www.youtube.com\/*" ] } ], "icons": { "128": "icons\/icon-128.png", "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "96": "icons\/icon-96.png" }, "homepage_url": "https:\/\/floating-youtube.freeonlineapps.net\/" } |