YouTube Video Player

YouTube Video Player save your favorite videos of youtube.com to playlist without download and easily play these online later.

什麼是YouTube Video Player?

YouTube Video Player是由Online Apps開發的Chrome擴展程式,該擴展的主要功能是“YouTube Video Player save your favorite videos of youtube.com to playlist without download and easily play these online later.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載YouTube Video Player擴展crx文件

下載YouTube Video Player擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        You can add any YouTube video with these options:

- icon (plus) next to logo on YouTube video detail page
- context menu: right click to background on YouTube video detail page
- context menu: right click to any link, that directed to YouTube video

Next you can play in the popup your favorited videos without go to youtube.com and without download this video. Important button is Detailed view, which open player in detail mode on new tab.

Enjoy!                    

擴展基本資訊

名稱 YouTube Video Player YouTube Video Player
ID cbklkhaojmgbcgkpbemolkionjbepkfc
官方網址 https://chromewebstore.google.com/detail/youtube-video-player/cbklkhaojmgbcgkpbemolkionjbepkfc
簡介 YouTube Video Player save your favorite videos of youtube.com to playlist without download and easily play these online later.
檔案大小 138 KB
安裝次數 13,983
目前版本 1.1
更新時間 2020-02-29
上架時間 2020-02-28
評分 3.59/5 共 34 次評分
開發者 Online Apps
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://www.e-players.net/privacy.html
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Video Player",
    "description": "YouTube Video Player save your favorite videos of youtube.com to playlist without download and easily play these online later.",
    "version": "1.1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "img\/ico_19.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "tabs",
        "https:\/\/www.youtube.com\/*",
        "contextMenus",
        "notifications"
    ],
    "icons": {
        "16": "img\/ico_16.png",
        "48": "img\/ico_48.png",
        "128": "img\/ico_128.png"
    },
    "web_accessible_resources": [
        "img\/button_add.png"
    ]
}