expand-youtube

expand youtube videos to view from the subscriptions page

什麼是expand-youtube?

expand-youtube是由Christopher Kwai-Pun開發的Chrome擴展程式,該擴展的主要功能是“expand youtube videos to view from the subscriptions page”。

擴展截圖

screenshot

下載expand-youtube擴展crx文件

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

擴展使用說明

                        Adds an expanding tab to the youtube subscriptions page with an embedded player.

Copyright Christopher Kwai-Pun 2016
Protected under the MIT License                    

擴展基本資訊

名稱 expand-youtube expand-youtube
ID jfhbpaakifjaokhhfdmnjhkjgfjpkmki
官方網址 https://chromewebstore.google.com/detail/expand-youtube/jfhbpaakifjaokhhfdmnjhkjgfjpkmki
簡介 expand youtube videos to view from the subscriptions page
檔案大小 67.36 KB
安裝次數 44
目前版本 0.1.2
更新時間 2016-02-07
上架時間 2016-02-07
評分 4.86/5 共 7 次評分
開發者 Christopher Kwai-Pun
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "expand-youtube",
    "description": "expand youtube videos to view from the subscriptions page",
    "version": "0.1.2",
    "author": "Christopher Kwai-Pun",
    "icons": {
        "24": "\/assets\/icons\/icon1x.png",
        "48": "\/assets\/icons\/icon2x.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/feed\/subscriptions",
                "https:\/\/www.youtube.com\/"
            ],
            "css": [
                "\/libraries\/bootstrap.min.css",
                "expand.css"
            ],
            "js": [
                "\/libraries\/jquery.min.js",
                "\/libraries\/bootstrap.min.js",
                "expand.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}