Sonarr for Plex
View and manage your shows in Sonarr directly in the Plex app
Sonarr for Plex क्या है?
Sonarr for Plex danbovey द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View and manage your shows in Sonarr directly in the Plex app"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Sonarr for Plex एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
View and manage your shows in Sonarr directly in the Plex app. - Adds a button to the top navbar to open Sonarr - View and add new shows, update your library within Plex - View active downloads and activity
एक्सटेंशन की मूल जानकारी
नाम | Sonarr for Plex |
ID | mhkdnppjenmiejganphkmhdfjnikgnjc |
आधिकारिक URL | https://chromewebstore.google.com/detail/sonarr-for-plex/mhkdnppjenmiejganphkmhdfjnikgnjc |
विवरण | View and manage your shows in Sonarr directly in the Plex app |
फ़ाइल का आकार | 68.06 KB |
स्थापना संख्या | 536 |
वर्तमान संस्करण | 1.0.6 |
अंतिम अपडेट | 2018-01-14 |
प्रकाशन तिथि | 2018-01-14 |
रेटिंग | 2.71/5 कुल 7 रेटिंग्स |
डेवलपर | danbovey |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/danbovey/SonarrPlex |
सहायता पृष्ठ URL | https://github.com/danbovey/SonarrPlex/issues |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sonarr for Plex", "short_name": "Sonarr", "description": "View and manage your shows in Sonarr directly in the Plex app", "author": "Dan Bovey", "version": "1.0.6", "minimum_chrome_version": "36", "permissions": [ "storage", "background", "*:\/\/app.plex.tv\/*", "*:\/\/*\/" ], "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "content_scripts": [ { "css": [ "css\/style.css" ], "js": [ "js\/content.js" ], "matches": [ "http:\/\/app.plex.tv\/*", "https:\/\/app.plex.tv\/*" ] } ], "web_accessible_resources": [ "img\/Sonarr.svg" ], "options_ui": { "page": "options.html", "chrome_style": true } } |