Picture-in-Picture Plus
Let all HTML5 videos force the Picture-in-picture mode!
ما هو Picture-in-Picture Plus؟
Picture-in-Picture Plus هو إضافة Chrome تم تطويرها بواسطة 绅士喵، والميزة الرئيسية لها هي "Let all HTML5 videos force the Picture-in-picture mode!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Picture-in-Picture Plus
قم بتنزيل ملفات الامتداد Picture-in-Picture Plus بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A more perfect Picture-in-Picture extension that supports iframe-loaded video. Source code: https://github.com/Hentioe/chropip-plus معلومات أساسية عن التمديد
| الاسم | |
| ID | hkjdaeehgkbdbpgffjgiahldidifdbgg |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/picture-in-picture-plus/hkjdaeehgkbdbpgffjgiahldidifdbgg |
| الوصف | Let all HTML5 videos force the Picture-in-picture mode! |
| حجم الملف | 4.23 KB |
| عدد التثبيتات | 634 |
| النسخة الحالية | 0.1.0 |
| آخر تحديث | 2018-10-13 |
| تاريخ النشر | 2018-10-13 |
| تقييم | 4.67/5 مجموع تقييمات 3 |
| المطور | 绅士喵 |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Picture-in-Picture Plus",
"description": "Let all HTML5 videos force the Picture-in-picture mode!",
"version": "0.1.0",
"icons": {
"100": "assets\/icon100.png"
},
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"browser_action": [],
"permissions": [
"activeTab"
],
"minimum_chrome_version": "69.0.3483.0",
"manifest_version": 2
} | |