Picture in Picture

Picture-in-Picture extension for the Chrome browser.

ما هو Picture in Picture؟

Picture in Picture هو إضافة Chrome تم تطويرها بواسطة Juwan Petty، والميزة الرئيسية لها هي "Picture-in-Picture extension for the Chrome browser.".

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

screenshot

تحميل ملف CRX للإضافة Picture in Picture

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

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

                        Picture-in-Picture allows web pages to play a video in a little window that stays on top of other windows. This feature is valuable for users that want to continue watching their videos while doing something else.                    

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

الاسم Picture in Picture Picture in Picture
ID meboopjblcjkdmpehioplkgcbopipjmg
عنوان URL الرسمي https://chromewebstore.google.com/detail/picture-in-picture/meboopjblcjkdmpehioplkgcbopipjmg
الوصف Picture-in-Picture extension for the Chrome browser.
حجم الملف 7.63 KB
عدد التثبيتات 1,000
النسخة الحالية 0.2
آخر تحديث 2019-02-27
تاريخ النشر 2019-02-27
تقييم 3.33/5 مجموع تقييمات 3
المطور Juwan Petty
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Picture in Picture",
    "description": "Picture-in-Picture extension for the Chrome browser.",
    "version": "0.2",
    "author": "Juwan Petty",
    "browser_action": {
        "default_icon": {
            "16": ".\/icons\/icon-16.png",
            "32": ".\/icons\/icon-32.png"
        }
    },
    "icons": {
        "16": ".\/icons\/icon-16.png",
        "32": ".\/icons\/icon-32.png",
        "48": ".\/icons\/icon-48.png",
        "96": ".\/icons\/icon-96.png",
        "128": ".\/icons\/icon-128.png",
        "256": ".\/icons\/icon-256.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ]
}