Picture in Picture

Floating Video for Chrome. Watch video in PiP Mode.

ما هو Picture in Picture؟

Picture in Picture هو إضافة Chrome تم تطويرها بواسطة sovelkinnikita، والميزة الرئيسية لها هي "Floating Video for Chrome. Watch video in PiP Mode.".

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

screenshot

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

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

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

                        A very cool extension Picture in Picture is ready to amaze you. You can watch web videos in a floating window. Or if you are viewing some other pages on the Internet, then you can still view the video at the same time in the floating window. It's very convenient. The Picture in Picture extension is quite multifunctional: it works on all desktop platforms; always on top, resizable floating window. Picture in Picture is easy to use and lightweight. Our new product is the most convenient and comfortable for you. Rather, install Picture in Picture and see for yourself.                    

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

الاسم Picture in Picture Picture in Picture
ID opimkfaiaekjknodenklcjdeaeedjdkc
عنوان URL الرسمي https://chromewebstore.google.com/detail/picture-in-picture/opimkfaiaekjknodenklcjdeaeedjdkc
الوصف Floating Video for Chrome. Watch video in PiP Mode.
حجم الملف 17.1 KB
عدد التثبيتات 844
النسخة الحالية 2.1.7
آخر تحديث 2021-12-22
تاريخ النشر 2021-02-08
تقييم 4.00/5 مجموع تقييمات 1
المطور sovelkinnikita
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "js\/background.html"
    },
    "browser_action": {
        "default_icon": {
            "128": "media\/icon-128.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "media\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "media\/icon-128.png"
    },
    "name": "__MSG_appName__",
    "manifest_version": 2,
    "permissions": [
        "storage",
        ""
    ],
    "version": "2.1.7",
    "web_accessible_resources": [
        "js\/*.svg"
    ]
}