Extension Youtube Player

This plugin will open a new window in Chrome dedicated to the Youtube screen by entering the URL.

Extension Youtube Playerとは何ですか?

Extension Youtube Playerはakifumi-devによって開発されたChromeの拡張機能で、その主な機能は「This plugin will open a new window in Chrome dedicated to the Youtube screen by entering the URL.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        This is a Chrome extension that allows you to watch Youtube in the background.

This is a solution for those who can't concentrate or get in the way of having Youtube in their tabs.

Enter a URL and a small window optimized for the player will open and play the Youtube video.

・Support for play lists
・Simple design that doesn't get in the way
・Easy to operate

Please note that you need to enable the embedding option by the video contributor on Youtube to watch it.                    

拡張機能の基本情報

名前 Extension Youtube Player Extension Youtube Player
ID cfjbdignpheklanjahlbdogdnbaklhig
公式URL https://chromewebstore.google.com/detail/extension-youtube-player/cfjbdignpheklanjahlbdogdnbaklhig
説明 This plugin will open a new window in Chrome dedicated to the Youtube screen by entering the URL.
ファイルサイズ 16.12 KB
インストール数 2,198
現在のバージョン 0.0.2
最終更新日 2020-07-01
公開日 2020-06-30
評価 5.00/5 合計 3 レビュー
開発者 akifumi-dev
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Extension Youtube Player",
    "version": "0.0.2",
    "description": "This plugin will open a new window in Chrome dedicated to the Youtube screen by entering the URL.",
    "manifest_version": 2,
    "icons": {
        "16": "images\/extensionYoutube16.png",
        "128": "images\/extensionYoutube128.png"
    },
    "browser_action": {
        "default_popup": "src\/popup\/popup.html"
    },
    "background": {
        "scripts": [
            "src\/script\/background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/www.youtube.com\/ https:\/\/s.ytimg.com; object-src 'self'; child-src https:\/\/www.youtube.com\/ https:\/\/s.ytimg.com",
    "permissions": [
        "https:\/\/youtube.com\/*",
        "https:\/\/*.youtube.com\/*"
    ]
}