Picture-in-Picture

Watch video using Picture-in-Picture

什麼是Picture-in-Picture?

Picture-in-Picture是由parnagroups開發的Chrome擴展程式,該擴展的主要功能是“Watch video using Picture-in-Picture”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

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

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

擴展使用說明

                        Update Version 1.2
 - Fixed Picture In Picture for Facebook "Watch".
 - Add feature save link website and manage facebook video saved.

Watch video using Picture-in-Picture
This extension will enable Chrome's picture-in-picture feature allowing you to minimize playing video to the corner of the screen and have it float on top of other tabs so you can continue watching while you browse the internet.

The following flags MUST be enabled in chrome://flags for this extension to work:
chrome://flags/#enable-experimental-web-platform-features.
chrome://flags/#enable-surfaces-for-videos.
chrome://flags/#enable-picture-in-picture.                    

擴展基本資訊

名稱 Picture-in-Picture Picture-in-Picture
ID bpjkjejdannjfahgbahegaendgjgnpci
官方網址 https://chromewebstore.google.com/detail/picture-in-picture/bpjkjejdannjfahgbahegaendgjgnpci
簡介 Watch video using Picture-in-Picture
檔案大小 359 KB
安裝次數 42,371
目前版本 1.4
更新時間 2023-11-23
上架時間 2018-09-05
評分 4.27/5 共 44 次評分
開發者 parnagroups
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://sites.google.com/view/privacy-policy-boost/home
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "19": "logo.png",
            "38": "logo.png"
        }
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.index.ts.52ffd847.7b06bc56.js"
            ],
            "allFrames": true,
            "matches": [
                ""
            ],
            "css": [
                "assets\/index.ts.ae92ac30.css"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*.facebook.com\/*"
    ],
    "manifest_version": 3,
    "options_page": "src\/options\/index.html",
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "declarativeNetRequest"
    ],
    "name": "Picture-in-Picture",
    "version": "1.4",
    "description": "Watch video using Picture-in-Picture",
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "src\/content-script\/actionPictureInPicture.js"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/index.ts.52ffd847.js"
            ],
            "use_dynamic_url": true
        }
    ]
}