ForcePIP

Force a video to play using Picture-in-Picture

什麼是ForcePIP?

ForcePIP是由https://adamgonen.com開發的Chrome擴展程式,該擴展的主要功能是“Force a video to play using Picture-in-Picture”。

擴展截圖

screenshot

下載ForcePIP擴展crx文件

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

擴展使用說明

                        To activate, press the extension icon on the toolbar.

Allows to to play videos using the built in Picture-in-Picture (PIP) that is not usually allowed by video players. 

Using Picture-in-Picture allows to do other work while still watching almost any video.

Free to use and does not collect any data.                    

擴展基本資訊

名稱 ForcePIP ForcePIP
ID cgadklekpacccapkencnkjkiofmeipab
官方網址 https://chromewebstore.google.com/detail/forcepip/cgadklekpacccapkencnkjkiofmeipab
簡介 Force a video to play using Picture-in-Picture
檔案大小 10.05 KB
安裝次數 1,279
目前版本 1.0.0
更新時間 2020-03-25
上架時間 2020-03-24
評分 4.25/5 共 4 次評分
開發者 https://adamgonen.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://adamgonen.com
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ForcePIP",
    "description": "Force a video to play using Picture-in-Picture",
    "homepage_url": "https:\/\/adamgonen.com",
    "manifest_version": 2,
    "version": "1.0.0",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "ForcePIP"
    },
    "permissions": [
        "activeTab"
    ]
}