expand-youtube
expand youtube videos to view from the subscriptions page
Vad är expand-youtube?
expand-youtube är en Chrome-tillägg utvecklad av Christopher Kwai-Pun, och dess huvudfunktion är "expand youtube videos to view from the subscriptions page".
Tilläggsskärmbilder
Ladda ner expand-youtube-förlängningens CRX-fil
Ladda ner expand-youtube-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        Adds an expanding tab to the youtube subscriptions page with an embedded player.
Copyright Christopher Kwai-Pun 2016
Protected under the MIT License                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | jfhbpaakifjaokhhfdmnjhkjgfjpkmki | 
| Officiell webbadress | https://chromewebstore.google.com/detail/expand-youtube/jfhbpaakifjaokhhfdmnjhkjgfjpkmki | 
| Beskrivning | expand youtube videos to view from the subscriptions page | 
| Filstorlek | 67.36 KB | 
| Antal Installationer | 44 | 
| Aktuell Version | 0.1.2 | 
| Senast Uppdaterad | 2016-02-07 | 
| Publiceringsdatum | 2016-02-07 | 
| Betyg | 4.86/5 Totalt 7 Betyg | 
| Utvecklare | Christopher Kwai-Pun | 
| Betalningssätt | free | 
| Stödda Språk | 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
    }
}  |  |