Chrome Video Pop-out

Use chrome pop-out player without using the context menu even on Twitch

Chrome Video Pop-outとは何ですか?

Chrome Video Pop-outはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Use chrome pop-out player without using the context menu even on Twitch」です。

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

screenshot

Chrome Video Pop-out拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Chrome extension to pop-out any video element on your current viewed browser tab. Uses the native pop-out feature of Chrome found in the context menu when right-clicking videos. Some websites won't allow this context menu entry (or need to open a second context menu) as they are using custom menus or have separate layers above the video element.

This extension makes stuff work easily even on sites like YouTube or Twitch.                    

拡張機能の基本情報

名前 Chrome Video Pop-out Chrome Video Pop-out
ID jcgacckndmapfdcccebjlhglchkbfkjk
公式URL https://chromewebstore.google.com/detail/chrome-video-pop-out/jcgacckndmapfdcccebjlhglchkbfkjk
説明 Use chrome pop-out player without using the context menu even on Twitch
ファイルサイズ 279 KB
インストール数 7,197
現在のバージョン 1.1
最終更新日 2019-03-18
公開日 2019-03-18
評価 4.36/5 合計 11 レビュー
開発者 Unknown
支払い方法 free
拡張機能のウェブサイト https://github.com/Noki77/chrome-popout
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Video Pop-out",
    "version": "1.1",
    "description": "Use chrome pop-out player without using the context menu even on Twitch",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/icon\/icon-16.png",
            "32": "assets\/icon\/icon-32.png",
            "48": "assets\/icon\/icon-48.png",
            "128": "assets\/icon\/icon-128.png"
        }
    },
    "icons": {
        "16": "assets\/icon\/icon-16.png",
        "32": "assets\/icon\/icon-32.png",
        "48": "assets\/icon\/icon-48.png",
        "128": "assets\/icon\/icon-128.png"
    },
    "manifest_version": 2
}