Video Popout

Pop-out and load any video element to a floating window.

Video Popoutとは何ですか?

Video Popoutはlooraによって開発されたChromeの拡張機能で、その主な機能は「Pop-out and load any video element to a floating window.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Video Popout is an extension that lets you easily detach the active video in a tab and load it in a small and floating popup outside of the current window.

The floating window remains active even if you change the active tab. Please note that if you close the tab that contains the video, the floating popup window will be closed as well. This addon uses the new JavaScript API called "picture-in-picture". It currently works in all modern browsers. It is important to note that, the floating window will stay on top of other windows.

Note: please play the video first and then click on the toolbar button to make it pop-out. A paused or stopped video element, will not respond to the pop-out request.

If you have a feature request or found a bug to report, please fill the bug report form on the addon's homepage (https://mybrowseraddon.com/video-popout.html).                    

拡張機能の基本情報

名前 Video Popout Video Popout
ID lomlmaamgdjplnhhgnoajlbnlgnpkobl
公式URL https://chromewebstore.google.com/detail/video-popout/lomlmaamgdjplnhhgnoajlbnlgnpkobl
説明 Pop-out and load any video element to a floating window.
ファイルサイズ 13.97 KB
インストール数 61,697
現在のバージョン 0.1.4
最終更新日 2023-07-02
公開日 2018-10-21
評価 4.32/5 合計 114 レビュー
開発者 loora
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://mybrowseraddon.com/video-popout.html
ヘルプページのURL https://mybrowseraddon.com/video-popout.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.4",
    "manifest_version": 3,
    "name": "Video Popout",
    "offline_enabled": true,
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "homepage_url": "https:\/\/mybrowseraddon.com\/video-popout.html",
    "description": "Pop-out and load any video element to a floating window.",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "scripting",
        "notifications"
    ],
    "action": {
        "default_title": "Video Popout",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}