PiPlex

Adds picture in picture support for Plex

PiPlexคืออะไร?

PiPlex เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Albert Haff และคุณลักษณะหลักของมันคือ "Adds picture in picture support for Plex"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PiPlex

ดาวน์โหลดไฟล์ส่วนขยาย PiPlex ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        This extension brings picture in picture support to the Plex webapp.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ PiPlex PiPlex
ID emomdmkodkbdnclppngmiigeniijnbpi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/piplex/emomdmkodkbdnclppngmiigeniijnbpi
คำอธิบาย Adds picture in picture support for Plex
ขนาดไฟล์ 8.76 KB
จำนวนการติดตั้ง 571
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2021-09-19
วันที่เผยแพร่ 2021-09-18
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Albert Haff
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PiPlex",
    "version": "1.0.0",
    "description": "Adds picture in picture support for Plex",
    "short_name": "PiPlex",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.plex.tv\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Adds picture in picture support for Plex",
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png"
        }
    }
}