Better PiP

Watch your favorite content using Picture-in-Picture

ما هو Better PiP؟

Better PiP هو إضافة Chrome تم تطويرها بواسطة Linus S، والميزة الرئيسية لها هي "Watch your favorite content using Picture-in-Picture".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Better PiP

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

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

                        You can watch any of your favorite content in Picture in Picture (or PiP). 
If you only have one monitor, this makes it much easier to watch your content without taking up valuable screen space.

It Supports:
• YouTube
• Twitch
• Newgrounds
• Tubi
• Most Other Sites                    

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

الاسم Better PiP Better PiP
ID nnpikangkapplbfgeniaapbmifpkfomn
عنوان URL الرسمي https://chromewebstore.google.com/detail/better-pip/nnpikangkapplbfgeniaapbmifpkfomn
الوصف Watch your favorite content using Picture-in-Picture
حجم الملف 6.18 KB
عدد التثبيتات 126
النسخة الحالية 0.1.2
آخر تحديث 2023-06-13
تاريخ النشر 2021-05-19
تقييم 3.50/5 مجموع تقييمات 2
المطور Linus S
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better PiP",
    "description": "Watch your favorite content using Picture-in-Picture",
    "version": "0.1.2",
    "icons": {
        "128": "assets\/icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "assets\/icon19.png",
            "38": "assets\/icon38.png"
        }
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+P",
                "mac": "Alt+P",
                "chromeos": "Alt+P",
                "linux": "Alt+P"
            }
        }
    },
    "permissions": [
        "activeTab"
    ],
    "minimum_chrome_version": "69.0.3483.0",
    "manifest_version": 2
}