Picture-in-Picture YouTube - Netflix and more
Picture-in-Picture mode allows you to watch video in a floating window with playback video controls.
ما هو Picture-in-Picture YouTube - Netflix and more؟
Picture-in-Picture YouTube - Netflix and more هو إضافة Chrome تم تطويرها بواسطة barreiro01919، والميزة الرئيسية لها هي "Picture-in-Picture mode allows you to watch video in a floating window with playback video controls.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Picture-in-Picture YouTube - Netflix and more
قم بتنزيل ملفات الامتداد Picture-in-Picture YouTube - Netflix and more بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Simple extension picture in picture. This means that sites like Netflix,YouTube, Amazon Prime, Disney Plus, and Hulu will work!
معلومات أساسية عن التمديد
الاسم | |
ID | ahdijafdcpkcefendeaobodkfjcmphac |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/picture-in-picture-youtub/ahdijafdcpkcefendeaobodkfjcmphac |
الوصف | Picture-in-Picture mode allows you to watch video in a floating window with playback video controls. |
حجم الملف | 6.21 KB |
عدد التثبيتات | 2,156 |
النسخة الحالية | 1.0.6 |
آخر تحديث | 2023-07-25 |
تاريخ النشر | 2020-12-03 |
تقييم | 3.59/5 مجموع تقييمات 29 |
المطور | barreiro01919 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://sites.google.com/view/extensions-privacy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Picture-in-Picture YouTube - Netflix and more", "description": "Picture-in-Picture mode allows you to watch video in a floating window with playback video controls.", "version": "1.0.6", "icons": { "128": "icon128.png" }, "action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_title": "Picture-in-Picture" }, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "scripting" ], "manifest_version": 3 } |