Chrome PIP

Activate Picture-in-Picture

ما هو Chrome PIP؟

Chrome PIP هو إضافة Chrome تم تطويرها بواسطة Liam Newmarch، والميزة الرئيسية لها هي "Activate Picture-in-Picture".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Chrome PIP

قم بتنزيل ملفات الامتداد Chrome PIP بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        A Chrome extension to activate Picture-in-Picture.

This is useful in situations where:

* The media menu in Chrome is not visible – this is the case with Progressive Web Apps.
* The website has set the `disablePictureInPicture` attribute on a video which this extension removes.                    

معلومات أساسية عن التمديد

الاسم Chrome PIP Chrome PIP
ID jakfcfljbcjkchopdcdbaonfphljgnbp
عنوان URL الرسمي https://chromewebstore.google.com/detail/chrome-pip/jakfcfljbcjkchopdcdbaonfphljgnbp
الوصف Activate Picture-in-Picture
حجم الملف 9.38 KB
عدد التثبيتات 126
النسخة الحالية 2022.01.25
آخر تحديث 2022-01-28
تاريخ النشر 2022-01-27
المطور Liam Newmarch
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chrome PIP",
    "description": "Activate Picture-in-Picture",
    "version": "2022.01.25",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_title": "Activate Picture-in-Picture"
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "icons": {
        "1024": "\/icons\/1024.png",
        "512": "\/icons\/512.png",
        "128": "\/icons\/128.png",
        "48": "\/icons\/48.png",
        "32": "\/icons\/32.png",
        "16": "\/icons\/16.png"
    }
}