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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}