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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension to download file from Plex Server ('Allow Donwloads' restriction need to be enabled for current Plex user)"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Plex Download Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [ "*:\/\/*\/*" ] } ] } |