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
官方網址 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
電子郵箱 [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\/*"
    ]
}