Picture in Picture Video

Extension to trigger PIP!

什麼是Picture in Picture Video?

Picture in Picture Video是由mickeyjc開發的Chrome擴展程式,該擴展的主要功能是“Extension to trigger PIP!”。

擴展截圖

screenshot

下載Picture in Picture Video擴展crx文件

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

擴展使用說明

                        Trigger Picture in Picture mode for HTML 5 video element.
Should work for all web page that has an HTML 5 video. eg, youtube

- Install the extension
- Browse to the webpage that contains a web video
- The PIP extension icon should turn Green
- Click the PIP extension icon
- Web video will be in picture in picture mode.                    

擴展基本資訊

名稱 Picture in Picture Video Picture in Picture Video
ID cfbelahlacbmjflikmaagnfpoadanpfh
官方網址 https://chrome.google.com/webstore/detail/picture-in-picture-video/cfbelahlacbmjflikmaagnfpoadanpfh
簡介 Extension to trigger PIP!
檔案大小 11.21 KB
安裝次數 1,000
目前版本 1.0
更新時間 2019-11-30
上架時間 2019-11-30
評分 5.00/5 共 1 次評分
開發者 mickeyjc
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Picture in Picture Video",
    "version": "1.0",
    "description": "Extension to trigger PIP!",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "https:\/\/*\/"
    ],
    "browser_action": {
        "default_title": "Picture in Picture",
        "default_icon": {
            "16": "images\/icon16x.png",
            "32": "images\/icon32x.png",
            "48": "images\/icon32x.png",
            "128": "images\/icon128x.png"
        }
    },
    "manifest_version": 2
}