Plex Speed
An extension that allows changing video playback speed in Plex Web Player
Plex Speed란 무엇입니까?
Plex Speed은(는) Roman에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension that allows changing video playback speed in Plex Web Player"입니다.
확장 프로그램 스크린샷
Plex Speed 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension allows changing video playback speed in Plex Web Player. This is really useful for watching educational videos because by increasing playback speed you can spend less time watching the video and still be able to understand everything.
확장 프로그램 기본 정보
이름 | Plex Speed |
ID | kegkeieegiecchgneffbcbjknmjminjj |
공식 URL | https://chromewebstore.google.com/detail/plex-speed/kegkeieegiecchgneffbcbjknmjminjj |
설명 | An extension that allows changing video playback speed in Plex Web Player |
파일 크기 | 1002 KB |
설치 횟수 | 6,234 |
현재 버전 | 1.1.2 |
최근 업데이트 | 2021-07-16 |
출시 날짜 | 2017-08-29 |
평점 | 4.65/5 총 43 개의 평점 |
개발자 | Roman |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Plex Speed", "version": "1.1.2", "description": "An extension that allows changing video playback speed in Plex Web Player", "icons": { "32": "images\/plex32.png", "64": "images\/plex64.png", "128": "images\/plex128.png" }, "browser_action": { "default_icon": { "32": "images\/plex32.png", "64": "images\/plex64.png", "128": "images\/plex128.png" }, "default_title": "Plex Speed", "default_popup": "popup.html" }, "background": { "page": "background.html", "persistent": true }, "permissions": [ "activeTab", "alarms" ] } |