expand-youtube

expand youtube videos to view from the subscriptions page

Wat is expand-youtube?

expand-youtube is een Chrome-extensie ontwikkeld door Christopher Kwai-Pun, en de belangrijkste functie is "expand youtube videos to view from the subscriptions page".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie expand-youtube

Download expand-youtube-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Copyright Christopher Kwai-Pun 2016
Protected under the MIT License                    

Basisinformatie over de Extensie

Naam expand-youtube expand-youtube
ID jfhbpaakifjaokhhfdmnjhkjgfjpkmki
Officiële URL https://chromewebstore.google.com/detail/expand-youtube/jfhbpaakifjaokhhfdmnjhkjgfjpkmki
Beschrijving expand youtube videos to view from the subscriptions page
Bestandsgrootte 67.36 KB
Aantal Installaties 44
Huidige Versie 0.1.2
Laatst Bijgewerkt 2016-02-07
Publicatiedatum 2016-02-07
Beoordeling 4.86/5 Totaal 7 Beoordelingen
Ontwikkelaar Christopher Kwai-Pun
Betalingswijze free
Ondersteunde Talen 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
    }
}