expand-youtube
expand youtube videos to view from the subscriptions page
Co to jest expand-youtube?
expand-youtube to rozszerzenie Chrome opracowane przez Christopher Kwai-Pun, a jego główną funkcją jest „expand youtube videos to view from the subscriptions page”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia expand-youtube
Pobierz pliki rozszerzeń expand-youtube w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        Adds an expanding tab to the youtube subscriptions page with an embedded player.
Copyright Christopher Kwai-Pun 2016
Protected under the MIT License                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | jfhbpaakifjaokhhfdmnjhkjgfjpkmki | 
| Oficjalny URL | https://chromewebstore.google.com/detail/expand-youtube/jfhbpaakifjaokhhfdmnjhkjgfjpkmki | 
| Opis | expand youtube videos to view from the subscriptions page | 
| Rozmiar pliku | 67.36 KB | 
| Liczba instalacji | 44 | 
| Aktualna Wersja | 0.1.2 | 
| Ostatnia Aktualizacja | 2016-02-07 | 
| Data Publikacji | 2016-02-07 | 
| Ocena | 4.86/5 Łącznie 7 Oceny | 
| Deweloper | Christopher Kwai-Pun | 
| Typ Płatności | free | 
| Obsługiwane Języki | 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
    }
}  |  |