YouWatch

Turn on Chrome's Picture in Picture mode everywhere it's accessable in one click!

YouWatchคืออะไร?

YouWatch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Meonaze Developer และคุณลักษณะหลักของมันคือ "Turn on Chrome's Picture in Picture mode everywhere it's accessable in one click!"

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

screenshot

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

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

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

                        Button to toggle Picture in Picture mode shows up when video on a page starts playing                    

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

ชื่อ YouWatch YouWatch
ID cfdnldjcnachhlmeaeocfapmpmpiagga
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youwatch/cfdnldjcnachhlmeaeocfapmpmpiagga
คำอธิบาย Turn on Chrome's Picture in Picture mode everywhere it's accessable in one click!
ขนาดไฟล์ 8.75 KB
จำนวนการติดตั้ง 23
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2018-11-30
วันที่เผยแพร่ 2018-11-26
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Meonaze Developer
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouWatch",
    "version": "1.1",
    "description": "Turn on Chrome's Picture in Picture mode everywhere it's accessable in one click!",
    "icons": {
        "128": "images\/img128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": {
            "128": "images\/img128.png"
        }
    }
}