Sonarr for Plex
View and manage your shows in Sonarr directly in the Plex app
ما هو Sonarr for Plex؟
Sonarr for Plex هو إضافة Chrome تم تطويرها بواسطة danbovey، والميزة الرئيسية لها هي "View and manage your shows in Sonarr directly in the Plex app".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Sonarr for Plex
قم بتنزيل ملفات الامتداد Sonarr for Plex بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | 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 } } |