Chrome PIP

Activate Picture-in-Picture

Chrome PIPคืออะไร?

Chrome PIP เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Liam Newmarch และคุณลักษณะหลักของมันคือ "Activate Picture-in-Picture"

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

screenshot

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

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

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

                        A Chrome extension to activate Picture-in-Picture.

This is useful in situations where:

* The media menu in Chrome is not visible – this is the case with Progressive Web Apps.
* The website has set the `disablePictureInPicture` attribute on a video which this extension removes.                    

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

ชื่อ Chrome PIP Chrome PIP
ID jakfcfljbcjkchopdcdbaonfphljgnbp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chrome-pip/jakfcfljbcjkchopdcdbaonfphljgnbp
คำอธิบาย Activate Picture-in-Picture
ขนาดไฟล์ 9.38 KB
จำนวนการติดตั้ง 126
เวอร์ชันปัจจุบัน 2022.01.25
อัปเดตครั้งล่าสุด 2022-01-28
วันที่เผยแพร่ 2022-01-27
ผู้พัฒนา Liam Newmarch
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chrome PIP",
    "description": "Activate Picture-in-Picture",
    "version": "2022.01.25",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_title": "Activate Picture-in-Picture"
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "icons": {
        "1024": "\/icons\/1024.png",
        "512": "\/icons\/512.png",
        "128": "\/icons\/128.png",
        "48": "\/icons\/48.png",
        "32": "\/icons\/32.png",
        "16": "\/icons\/16.png"
    }
}