Picture in Picture - Extension

Picture in Picture for video on any site.

什麼是Picture in Picture - Extension?

Picture in Picture - Extension是由interactgptpro開發的Chrome擴展程式,該擴展的主要功能是“Picture in Picture for video on any site.”。

擴展截圖

screenshot
screenshot

下載Picture in Picture - Extension擴展crx文件

下載Picture in Picture - Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Picture in Picture Extension 
The Picture in Picture Extension (PiP) lets you play any video in Picture-in-Picture (PiP) mode, and it works on all platforms. PiP is a popped-out, always-on-top video player that floats on top of other windows. You can also reposition it along the screen border while you continue to surf the internet.

The Picture in Picture Extension (PiP) allows us to watch online streams and videos in a floating window outside of the  Google Chrome browser or even on top of any other application window.                    

擴展基本資訊

名稱 Picture in Picture - Extension Picture in Picture - Extension
ID ikgbafpmfnheeagenombakpjkhgnbnhb
官方網址 https://chromewebstore.google.com/detail/picture-in-picture-extens/ikgbafpmfnheeagenombakpjkhgnbnhb
簡介 Picture in Picture for video on any site.
檔案大小 44.92 KB
安裝次數 28,573
目前版本 1.3
更新時間 2024-02-01
上架時間 2022-11-14
評分 3.68/5 共 19 次評分
開發者 interactgptpro
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://docs.google.com/document/d/1z82Jpaecw5hyFc-FdDmoQCYNc5PVIlNyglROzOUBzeA/edit?usp=sharing
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Picture in Picture - Extension",
    "version": "1.3",
    "description": "Picture in Picture for video on any site.",
    "permissions": [
        "storage",
        "webRequest"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "pip-dark128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "pip.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "background": {
        "service_worker": "bg.js"
    },
    "action": {
        "default_icon": "pip-dark128.png",
        "default_title": "Picture in Picture Pro"
    },
    "manifest_version": 3
}