expand-youtube

expand youtube videos to view from the subscriptions page

Was ist expand-youtube?

expand-youtube ist eine Chrome-Erweiterung, die von Christopher Kwai-Pun entwickelt wurde, und ihr Hauptmerkmal ist "expand youtube videos to view from the subscriptions page".

Erweiterungsscreenshots

screenshot

expand-youtube-Erweiterungs-CRX-Datei herunterladen

Laden Sie expand-youtube-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Copyright Christopher Kwai-Pun 2016
Protected under the MIT License                    

Grundlegende Informationen zur Erweiterung

Name expand-youtube expand-youtube
ID jfhbpaakifjaokhhfdmnjhkjgfjpkmki
Offizielle URL https://chromewebstore.google.com/detail/expand-youtube/jfhbpaakifjaokhhfdmnjhkjgfjpkmki
Beschreibung expand youtube videos to view from the subscriptions page
Dateigröße 67.36 KB
Installationsanzahl 44
Aktuelle Version 0.1.2
Letztes Update 2016-02-07
Veröffentlichungsdatum 2016-02-07
Bewertung 4.86/5 Insgesamt 7 Bewertungen
Entwickler Christopher Kwai-Pun
Zahlungsart free
Unterstützte Sprachen 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
    }
}