Picture in Picture - PiP View

Watch videos in a floating PiP window (always on top of other windows) even when tab is switched.

什麼是Picture in Picture - PiP View?

Picture in Picture - PiP View是由Esteban開發的Chrome擴展程式,該擴展的主要功能是“Watch videos in a floating PiP window (always on top of other windows) even when tab is switched.”。

擴展截圖

screenshot
screenshot

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

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

擴展使用說明

                        The extension helps to view videos in a separate window                    

擴展基本資訊

名稱 Picture in Picture - PiP View Picture in Picture - PiP View
ID kmdgomolfojpgnieebblfpmccmkekiae
官方網址 https://chromewebstore.google.com/detail/picture-in-picture-pip-vi/kmdgomolfojpgnieebblfpmccmkekiae
簡介 Watch videos in a floating PiP window (always on top of other windows) even when tab is switched.
檔案大小 35.19 KB
安裝次數 19
目前版本 0.4.1
更新時間 2022-08-20
上架時間 2022-08-20
開發者 Esteban
電子郵箱 [email protected]
付費類型 free
說明頁面URL https://pipviewer.com/privacy.html
隱私政策頁面URL https://pipviewer.com/privacy.html
支援的語言 de,en,fr,nl,es,it,pt-BR,pt-PT,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Picture in Picture - PiP View",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "0.4.1",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "scripting",
        "activeTab",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "inta.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "lora.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "action": {
        "default_title": "Click to open active video in Picture-in-Picture (PiP) mode",
        "default_icon": {
            "16": "pench.png",
            "32": "crua.png",
            "48": "eata.png",
            "64": "gona.png"
        }
    },
    "icons": {
        "16": "rata.png",
        "32": "lesta.png",
        "48": "cerva.png",
        "128": "bibo.png"
    }
}