expand-youtube
expand youtube videos to view from the subscriptions page
Что такое expand-youtube?
expand-youtube - это расширение Chrome, разработанное Christopher Kwai-Pun, и его основная функция - "expand youtube videos to view from the subscriptions page".
Снимки экрана расширения
Скачать файл CRX расширения expand-youtube
Скачайте файлы расширений expand-youtube в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
                        Adds an expanding tab to the youtube subscriptions page with an embedded player.
Copyright Christopher Kwai-Pun 2016
Protected under the MIT License                     Основная информация о расширении
| Название |   |  
| ID | jfhbpaakifjaokhhfdmnjhkjgfjpkmki | 
| Официальный URL | https://chromewebstore.google.com/detail/expand-youtube/jfhbpaakifjaokhhfdmnjhkjgfjpkmki | 
| Описание | expand youtube videos to view from the subscriptions page | 
| Размер файла | 67.36 KB | 
| Количество установок | 44 | 
| Текущая Версия | 0.1.2 | 
| Последнее Обновление | 2016-02-07 | 
| Дата публикации | 2016-02-07 | 
| Рейтинг | 4.86/5 Всего 7 оценок | 
| Разработчик | Christopher Kwai-Pun | 
| Тип оплаты | free | 
| Поддерживаемые языки | 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
    }
}  |  |