Picture in Picture

Watch video always in floating window

ما هو Picture in Picture؟

Picture in Picture هو إضافة Chrome تم تطويرها بواسطة sokotovartur، والميزة الرئيسية لها هي "Watch video always in floating window".

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

screenshot
screenshot

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

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

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

                        A very handy extension for watching videos while browsing the web or using other applications is already here. This is Amazing Picture in Picture. Our new product is of high quality and very easy to use. Amazing Picture in Picture works on all desktop platforms. You can be on any page on the Internet and you will have a floating window in which you can watch whatever you want. The Amazing Picture in Picture extension is lightweight. You will be pleasantly surprised when working with our new extension. Therefore, rather install the free Amazing Picture in Picture and enjoy.                    

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

الاسم Picture in Picture Picture in Picture
ID gcdmnhmmikclfheenplemamfnjdgajbl
عنوان URL الرسمي https://chrome.google.com/webstore/detail/picture-in-picture/gcdmnhmmikclfheenplemamfnjdgajbl
الوصف Watch video always in floating window
حجم الملف 24.23 KB
عدد التثبيتات 6,000
النسخة الحالية 1.6
آخر تحديث 2022-01-24
تاريخ النشر 2021-02-24
تقييم 3.25/5 مجموع تقييمات 12
المطور sokotovartur
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "ghafiople.js"
        ]
    },
    "browser_action": [],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "oplituMopasd.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "hjnasmog.png"
    },
    "name": "__MSG_appName__",
    "manifest_version": 2,
    "permissions": [
        "storage",
        ""
    ],
    "version": "1.6",
    "web_accessible_resources": [
        "*.png"
    ]
}