Popout Video Player

Play any video from YouTube, Dailymotion, Vimeo, Twitch or Rutube in a standalone, full resizable window!

Popout Video Playerとは何ですか?

Popout Video PlayerはSamuel Péanによって開発されたChromeの拡張機能で、その主な機能は「Play any video from YouTube, Dailymotion, Vimeo, Twitch or Rutube in a standalone, full resizable window!」です。

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

screenshot

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

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

拡張機能の使用方法

                        Just click the extension button to open a YouTube, Dailymotion, Vimeo, Twitch or Rutube video in a resizable window.                    

拡張機能の基本情報

名前 Popout Video Player Popout Video Player
ID nlkkdjbboeginjddlaldghockncacjpm
公式URL https://chromewebstore.google.com/detail/popout-video-player/nlkkdjbboeginjddlaldghockncacjpm
説明 Play any video from YouTube, Dailymotion, Vimeo, Twitch or Rutube in a standalone, full resizable window!
ファイルサイズ 10.67 KB
インストール数 3,774
現在のバージョン 1.0
最終更新日 2013-09-28
公開日 2013-09-28
評価 3.82/5 合計 51 レビュー
開発者 Samuel Péan
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Popout Video Player",
    "version": "1.0",
    "author": "Samuel PEAN",
    "description": "Play any video from YouTube, Dailymotion, Vimeo, Twitch or Rutube in a standalone, full resizable window!",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon-128.png",
        "default_title": "Popout Video Player"
    },
    "permissions": [
        "tabs"
    ]
}