Plex Download Extension
Extension to download file from Plex Server ('Allow Donwloads' restriction need to be enabled for current Plex user)
Plex Download Extension란 무엇입니까?
Plex Download Extension은(는) Raymice에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension to download file from Plex Server ('Allow Donwloads' restriction need to be enabled for current Plex user)"입니다.
확장 프로그램 스크린샷
Plex Download Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Extension to download file from Plex Server Only one click needed ! Features: * Download a Movie * Download all Episodes of a Season * Download an Episode of a Season Requirements: 'Allow Donwloads' restriction need to be enabled for current Plex user
확장 프로그램 기본 정보
이름 | Plex Download Extension |
ID | dineoginfckbbcgkbbahamjgdambpocn |
공식 URL | https://chromewebstore.google.com/detail/plex-download-extension/dineoginfckbbcgkbbahamjgdambpocn |
설명 | Extension to download file from Plex Server ('Allow Donwloads' restriction need to be enabled for current Plex user) |
파일 크기 | 34.53 KB |
설치 횟수 | 113 |
현재 버전 | 0.5.0 |
최근 업데이트 | 2024-02-25 |
출시 날짜 | 2023-11-30 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | Raymice |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": { "email": "[email protected]" }, "description": "__MSG_description__", "name": "__MSG_name__", "version": "0.5.0", "manifest_version": 3, "default_locale": "en", "action": { "default_title": "__MSG_defaulttitle__", "default_icon": { "16": "images\/enabled\/icon16.png", "24": "images\/enabled\/icon24.png", "32": "images\/enabled\/icon32.png", "48": "images\/enabled\/icon48.png", "128": "images\/enabled\/icon128.png" } }, "background": { "service_worker": "serviceWorker.js", "type": "module" }, "host_permissions": [ "https:\/\/app.plex.tv\/*" ], "icons": { "16": "images\/enabled\/icon16.png", "24": "images\/enabled\/icon24.png", "32": "images\/enabled\/icon32.png", "48": "images\/enabled\/icon48.png", "128": "images\/enabled\/icon128.png" }, "permissions": [ "scripting", "activeTab", "tabs", "downloads" ], "content_scripts": [ { "js": [ "src\/contentScript.js", "src\/popup\/popup.js" ], "matches": [ "*:\/\/*\/*" ] } ] } |