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文件
下載Plex Download Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 擴展基本資訊
| 名稱 | |
| ID | dineoginfckbbcgkbbahamjgdambpocn |
| 官方網址 | 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": [
"*:\/\/*\/*"
]
}
]
} | |