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
公式URL 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
Eメール [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
}