Shared Library Downloader for Plex
Add a download button to the Plex Web interface
Co to jest Shared Library Downloader for Plex?
Shared Library Downloader for Plex to rozszerzenie Chrome opracowane przez http://jacksbrain.com, a jego główną funkcją jest „Add a download button to the Plex Web interface”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Shared Library Downloader for Plex
Pobierz pliki rozszerzeń Shared Library Downloader for Plex w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | jdlidamgkbjkdogfgelbkkmdaehmeglp |
Oficjalny URL | https://chrome.google.com/webstore/detail/shared-library-downloader/jdlidamgkbjkdogfgelbkkmdaehmeglp |
Opis | Add a download button to the Plex Web interface |
Rozmiar pliku | 69.84 KB |
Liczba instalacji | 2,795 |
Aktualna Wersja | 0.1.5 |
Ostatnia Aktualizacja | 2022-10-04 |
Data Publikacji | 2020-04-13 |
Ocena | 2.89/5 Łącznie 27 Oceny |
Deweloper | http://jacksbrain.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/jkingsman/plex-shared-library-downloader |
Adres URL Strony Pomocy | https://github.com/jkingsman/plex-shared-library-downloader/issues |
Obsługiwane Języki | 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 |