Video picture in picture

Video picture in picture

Video picture in pictureとは何ですか?

Video picture in pictureはOscar de Diosによって開発されたChromeの拡張機能で、その主な機能は「Video picture in picture」です。

拡張機能のスクリーンショット

screenshot

Video picture in picture拡張機能のCRXファイルをダウンロード

Video picture in picture拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Chrome extension to open the video of the active page to picture in picture mode.
It will open a litle window "always on top", it will be possible to use the computer in other windows while you watch the video with 
the video always visible.

The code is in: https://github.com/OscarDeDios/pictureInPictureExtension

The extension uses the new picture in picture API: https://wicg.github.io/picture-in-picture/                    

拡張機能の基本情報

名前 Video picture in picture Video picture in picture
ID bfncjmnhlgddppdmogacohjjieiahelp
公式URL https://chromewebstore.google.com/detail/video-picture-in-picture/bfncjmnhlgddppdmogacohjjieiahelp
説明 Video picture in picture
ファイルサイズ 5.87 KB
インストール数 578
現在のバージョン 1.1
最終更新日 2019-03-21
公開日 2019-03-16
評価 5.00/5 合計 1 レビュー
開発者 Oscar de Dios
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.noteboardapp.com/policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video picture in picture",
    "manifest_version": 2,
    "version": "1.1",
    "short_name": "Video picture in picture",
    "icons": {
        "48": "img\/pipVideo.png",
        "128": "img\/pipVideo128.png"
    },
    "browser_action": {
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "img\/pipVideo.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "description": "Video picture in picture",
    "permissions": [
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}