YouTube Picture-In-Picture
This extension pops the current video to a floating window and allows you to continue watching it while using other applications.
ما هو YouTube Picture-In-Picture؟
YouTube Picture-In-Picture هو إضافة Chrome تم تطويرها بواسطة Simon Li، والميزة الرئيسية لها هي "This extension pops the current video to a floating window and allows you to continue watching it while using other applications.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة YouTube Picture-In-Picture
قم بتنزيل ملفات الامتداد YouTube Picture-In-Picture بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
YouTube Picture-in-Picture floats the current video to a small window so you can watch it while using other applications. Best for watching tutorial videos.
معلومات أساسية عن التمديد
الاسم | YouTube Picture-In-Picture |
ID | phneljjeificmdaehodadkdiacgiinbk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/youtube-picture-in-pictur/phneljjeificmdaehodadkdiacgiinbk |
الوصف | This extension pops the current video to a floating window and allows you to continue watching it while using other applications. |
حجم الملف | 9.37 KB |
عدد التثبيتات | 744 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2020-12-04 |
تاريخ النشر | 2020-12-03 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Simon Li |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Picture-In-Picture", "version": "1.0.1", "description": "This extension pops the current video to a floating window and allows you to continue watching it while using other applications.", "manifest_version": 2, "icons": { "16": "icon-16.png", "32": "icon-32.png", "64": "icon-64.png", "128": "icon-128.png" }, "permissions": [ "tabs", "https:\/\/www.youtube.com\/*", "storage" ], "browser_action": { "default_icon": "icon-64.png", "default_title": "YouTube Picture-in-Picture", "default_popup": "popup.html" } } |