Picture in Picture

Floating Video for Chrome. Watch video in PiP Mode.

什麼是Picture in Picture?

Picture in Picture是由sovelkinnikita開發的Chrome擴展程式,該擴展的主要功能是“Floating Video for Chrome. Watch video in PiP Mode.”。

擴展截圖

screenshot

下載Picture in Picture擴展crx文件

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

擴展使用說明

                        A very cool extension Picture in Picture is ready to amaze you. You can watch web videos in a floating window. Or if you are viewing some other pages on the Internet, then you can still view the video at the same time in the floating window. It's very convenient. The Picture in Picture extension is quite multifunctional: it works on all desktop platforms; always on top, resizable floating window. Picture in Picture is easy to use and lightweight. Our new product is the most convenient and comfortable for you. Rather, install Picture in Picture and see for yourself.                    

擴展基本資訊

名稱 Picture in Picture Picture in Picture
ID opimkfaiaekjknodenklcjdeaeedjdkc
官方網址 https://chromewebstore.google.com/detail/picture-in-picture/opimkfaiaekjknodenklcjdeaeedjdkc
簡介 Floating Video for Chrome. Watch video in PiP Mode.
檔案大小 17.1 KB
安裝次數 844
目前版本 2.1.7
更新時間 2021-12-22
上架時間 2021-02-08
評分 4.00/5 共 1 次評分
開發者 sovelkinnikita
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "js\/background.html"
    },
    "browser_action": {
        "default_icon": {
            "128": "media\/icon-128.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "media\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "media\/icon-128.png"
    },
    "name": "__MSG_appName__",
    "manifest_version": 2,
    "permissions": [
        "storage",
        ""
    ],
    "version": "2.1.7",
    "web_accessible_resources": [
        "js\/*.svg"
    ]
}