Easy PiP

Enable picture-in-picture mode for online videos

Easy PiPคืออะไร?

Easy PiP เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Joannes Ferrara และคุณลักษณะหลักของมันคือ "Enable picture-in-picture mode for online videos"

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

screenshot

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

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

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

                        Want to watch a video AND continue browsing the web? 
Easy PiP enabled picture in picture mode in video players. 
No additional software required. Works on every platform.

How to use the app:
Find a small button called “Picture in picture” in your video player
OR
Click a toolbar icon called Easy PiP
Picture in picture mode is activated and you can see a small floating video window. You can resize it
Don’t close or navigate away from the video site. It will stop the video.                    

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

ชื่อ Easy PiP Easy PiP
ID fhnlapempodiikihjeggpacnefpdemam
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/easy-pip/fhnlapempodiikihjeggpacnefpdemam
คำอธิบาย Enable picture-in-picture mode for online videos
ขนาดไฟล์ 46.19 KB
จำนวนการติดตั้ง 732,875
เวอร์ชันปัจจุบัน 4.35
อัปเดตครั้งล่าสุด 2023-05-03
วันที่เผยแพร่ 2021-05-21
คะแนน 4.03/5 รวมทั้งหมด 35 คะแนน
ผู้พัฒนา Joannes Ferrara
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.notion.so/Privacy-Policy-Easy-PiP-ef0efbf7bae843d680560298170726cf
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "icon-128.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "buttons.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "icon-128.png",
        "48": "icon-48.png",
        "16": "icon-16.png"
    },
    "name": "__MSG_appName__",
    "manifest_version": 2,
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "4.35",
    "web_accessible_resources": [
        "images\/*.svg"
    ]
}