CIP - Picture In Picture (AKA. PIP) player
Play video in Picture-In-Picture mode (aka. PIP)
ما هو CIP - Picture In Picture (AKA. PIP) player؟
CIP - Picture In Picture (AKA. PIP) player هو إضافة Chrome تم تطويرها بواسطة ufo22940268، والميزة الرئيسية لها هي "Play video in Picture-In-Picture mode (aka. PIP)".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة CIP - Picture In Picture (AKA. PIP) player
قم بتنزيل ملفات الامتداد CIP - Picture In Picture (AKA. PIP) player بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
CIP is short for Cat In Picture. It can let you trigger Picture In Picture window in chrome browser. How to use it When you browser a page with a html5 player in it, and then click the extension icon. Then the video will be played in a floating window. Tested in following websites - https://www.twitch.tv/ - https://youtube.com/ - https://www.douyu.com/ (Using html5 player) - https://www.bilibili.com/ The extension should works on other websites as well. Source code: https://github.com/ufo22940268/CIP
معلومات أساسية عن التمديد
الاسم | CIP - Picture In Picture (AKA. PIP) player |
ID | oacpifbefgeacllmohgglfjmgchadkjh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/cip-picture-in-picture-ak/oacpifbefgeacllmohgglfjmgchadkjh |
الوصف | Play video in Picture-In-Picture mode (aka. PIP) |
حجم الملف | 9.67 KB |
عدد التثبيتات | 962 |
النسخة الحالية | 1.2 |
آخر تحديث | 2018-11-23 |
تاريخ النشر | 2018-11-23 |
تقييم | 4.45/5 مجموع تقييمات 11 |
المطور | ufo22940268 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/ufo22940268/CIP |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CIP - Picture In Picture (AKA. PIP) player", "version": "1.2", "description": "Play video in Picture-In-Picture mode (aka. PIP)", "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "background", "activeTab" ], "browser_action": [], "manifest_version": 2 } |