expand-youtube

expand youtube videos to view from the subscriptions page

What is expand-youtube?

expand-youtube is a Chrome extension developed by Christopher Kwai-Pun, and its main feature is "expand youtube videos to view from the subscriptions page".

Extension Screenshots

screenshot

Download expand-youtube Extension CRX File

Download expand-youtube extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Copyright Christopher Kwai-Pun 2016
Protected under the MIT License                    

Extension Basic Information

Name expand-youtube expand-youtube
ID jfhbpaakifjaokhhfdmnjhkjgfjpkmki
Official URL https://chromewebstore.google.com/detail/expand-youtube/jfhbpaakifjaokhhfdmnjhkjgfjpkmki
Description expand youtube videos to view from the subscriptions page
File Size 67.36 KB
Installation Count 44
Current Version 0.1.2
Last Updated 2016-02-07
Publish Date 2016-02-07
Rating 4.86/5 Total 7 Ratings
Developer Christopher Kwai-Pun
Payment Type free
Supported Languages 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
    }
}