expand-youtube

expand youtube videos to view from the subscriptions page

Qu'est-ce que expand-youtube ?

expand-youtube est une extension Chrome développée par Christopher Kwai-Pun, et sa fonction principale est "expand youtube videos to view from the subscriptions page".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension expand-youtube

Téléchargez les fichiers d'extension expand-youtube au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Copyright Christopher Kwai-Pun 2016
Protected under the MIT License                    

Informations de Base sur l'Extension

Nom expand-youtube expand-youtube
ID jfhbpaakifjaokhhfdmnjhkjgfjpkmki
URL Officiel https://chromewebstore.google.com/detail/expand-youtube/jfhbpaakifjaokhhfdmnjhkjgfjpkmki
Description expand youtube videos to view from the subscriptions page
Taille du Fichier 67.36 KB
Nombre d'Installations 44
Version Actuelle 0.1.2
Dernière Mise à Jour 2016-02-07
Date de Publication 2016-02-07
Évaluation 4.86/5 Total 7 Évaluations
Développeur Christopher Kwai-Pun
Type de Paiement free
Langues Prises en Charge 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
    }
}