PiPlex
Adds picture in picture support for Plex
ما هو PiPlex؟
PiPlex هو إضافة Chrome تم تطويرها بواسطة Albert Haff، والميزة الرئيسية لها هي "Adds picture in picture support for Plex".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة PiPlex
قم بتنزيل ملفات الامتداد PiPlex بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension brings picture in picture support to the Plex webapp.
معلومات أساسية عن التمديد
الاسم | PiPlex |
ID | emomdmkodkbdnclppngmiigeniijnbpi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/piplex/emomdmkodkbdnclppngmiigeniijnbpi |
الوصف | Adds picture in picture support for Plex |
حجم الملف | 8.76 KB |
عدد التثبيتات | 571 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2021-09-19 |
تاريخ النشر | 2021-09-18 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | Albert Haff |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PiPlex", "version": "1.0.0", "description": "Adds picture in picture support for Plex", "short_name": "PiPlex", "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/app.plex.tv\/*" ], "js": [ "background.js" ] } ], "browser_action": { "default_title": "Adds picture in picture support for Plex", "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png" } } } |