Picture-in-Picture for Youtube

Activates the Picture-in-Picture button and other useful features.

ما هو Picture-in-Picture for Youtube؟

Picture-in-Picture for Youtube هو إضافة Chrome تم تطويرها بواسطة Super Zombi، والميزة الرئيسية لها هي "Activates the Picture-in-Picture button and other useful features.".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Picture in Picture, MaxVolumer, Hide unwanted, Speed Control in Shorts, Rewind in Shorts, Full Screen in Shorts and etc.                    

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

الاسم Picture-in-Picture for Youtube Picture-in-Picture for Youtube
ID choemllnhinpmdednemjdpbaolkpnhck
عنوان URL الرسمي https://chromewebstore.google.com/detail/picture-in-picture-for-yo/choemllnhinpmdednemjdpbaolkpnhck
الوصف Activates the Picture-in-Picture button and other useful features.
حجم الملف 786 KB
عدد التثبيتات 396
النسخة الحالية 2.4.11
آخر تحديث 2023-12-15
تاريخ النشر 2023-08-30
تقييم 4.50/5 مجموع تقييمات 4
المطور Super Zombi
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/SuperZombi/Picture-in-Picture-for-Youtube
عنوان صفحة المساعدة https://github.com/SuperZombi/Picture-in-Picture-for-Youtube/issues
اللغات المدعومة en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.4.11",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_popup": "menu\/options.html",
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        }
    },
    "icons": {
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "options_ui": {
        "open_in_tab": false,
        "page": "menu\/options.html"
    },
    "homepage_url": "https:\/\/github.com\/SuperZombi\/Picture-in-Picture-for-Youtube",
    "minimum_chrome_version": "107.0.5304.87"
}