Shared Library Downloader for Plex
Add a download button to the Plex Web interface
Vad är Shared Library Downloader for Plex?
Shared Library Downloader for Plex är en Chrome-tillägg utvecklad av http://jacksbrain.com, och dess huvudfunktion är "Add a download button to the Plex Web interface".
Tilläggsskärmbilder
Ladda ner Shared Library Downloader for Plex-förlängningens CRX-fil
Ladda ner Shared Library Downloader for Plex-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension adds a download icon to the Plex web interface for all media, including media from a shared library. Note that this only works on video media and not on music or other media, although the icon may still appear. This is a wrapper/injector for Pip Longrun's code: https://piplong.run/plxdwnld/. This is MIT licensed; contribute at https://github.com/jkingsman/plex-shared-library-downloader
Grundläggande Information om Tillägg
Namn | |
ID | jdlidamgkbjkdogfgelbkkmdaehmeglp |
Officiell webbadress | https://chrome.google.com/webstore/detail/shared-library-downloader/jdlidamgkbjkdogfgelbkkmdaehmeglp |
Beskrivning | Add a download button to the Plex Web interface |
Filstorlek | 69.84 KB |
Antal Installationer | 2,795 |
Aktuell Version | 0.1.5 |
Senast Uppdaterad | 2022-10-04 |
Publiceringsdatum | 2020-04-13 |
Betyg | 2.89/5 Totalt 27 Betyg |
Utvecklare | http://jacksbrain.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/jkingsman/plex-shared-library-downloader |
Hjälpsida URL | https://github.com/jkingsman/plex-shared-library-downloader/issues |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Shared Library Downloader for Plex", "short_name": "Plex Downloader", "version": "0.1.5", "description": "Add a download button to the Plex Web interface", "action": { "default_title": "Downloader for Plex", "default_icon": { "8": "img\/logo8.png", "16": "img\/logo16.png", "19": "img\/logo19.png", "24": "img\/logo24.png", "32": "img\/logo32.png", "64": "img\/logo64.png", "128": "img\/logo128.png", "256": "img\/logo256.png", "512": "img\/logo512.png" } }, "author": "Jack Kingsman |