Picture in Picture Helper
The perfect tool for opening videos in Picture in Picture
ما هو Picture in Picture Helper؟
Picture in Picture Helper هو إضافة Chrome تم تطويرها بواسطة Pol Muñoz، والميزة الرئيسية لها هي "The perfect tool for opening videos in Picture in Picture".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Picture in Picture Helper
قم بتنزيل ملفات الامتداد Picture in Picture Helper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Useful shortcuts for entering and leaving Picture in Picture in any page that contains a video: Simply click the PiPHelper icon or press Ctrl + Shift + P (Cmd + Shift + P on macOS). At the moment this extension relies on Chrome features that may not be enabled by default. You can enable them at the following addresses: chrome://flags/#enable-experimental-web-platform-features chrome://flags/#enable-picture-in-picture On some platforms (Chrome OS specifically) you may need to enable the following feature: chrome://flags/#enable-surfaces-for-videos
معلومات أساسية عن التمديد
الاسم | Picture in Picture Helper |
ID | dbgdaidfdfaknmbmdkfcahakceagbjej |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/picture-in-picture-helper/dbgdaidfdfaknmbmdkfcahakceagbjej |
الوصف | The perfect tool for opening videos in Picture in Picture |
حجم الملف | 7.51 KB |
عدد التثبيتات | 378 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2018-11-10 |
تاريخ النشر | 2018-11-10 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Pol Muñoz |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Picture in Picture Helper", "short_name": "PiPHelper", "version": "1.0.0", "description": "The perfect tool for opening videos in Picture in Picture", "permissions": [ "activeTab" ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_title": "PiP", "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" } }, "background": { "scripts": [ "background.js" ], "persistent": false }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+P", "mac": "Command+Shift+P" } } }, "manifest_version": 2 } |