YouTube Video Expander

Embeds the current YouTube video within the entire Chrome window.

Что такое YouTube Video Expander?

YouTube Video Expander - это расширение Chrome, разработанное wilmol, и его основная функция - "Embeds the current YouTube video within the entire Chrome window.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения YouTube Video Expander

Скачайте файлы расширений YouTube Video Expander в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Fills the browser with the current YouTube video on click of the extension icon. 

This is different to the full-screen option which fills the entire monitor. 

This will benefit you if you don't use multiple monitors and enjoy having your chrome browser next to other applications such as other websites, office applications, games etc.

See the before and after screenshots for an example.                    

Основная информация о расширении

Название YouTube Video Expander YouTube Video Expander
ID mmpkmmpdkbngpahhmgljkjcpfjnodlnc
Официальный URL https://chromewebstore.google.com/detail/youtube-video-expander/mmpkmmpdkbngpahhmgljkjcpfjnodlnc
Описание Embeds the current YouTube video within the entire Chrome window.
Размер файла 5.06 KB
Количество установок 396
Текущая Версия 0.0.0.4
Последнее Обновление 2017-04-20
Дата публикации 2017-04-19
Рейтинг 3.25/5 Всего 4 оценок
Разработчик wilmol
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://github.com/wilmol
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Video Expander",
    "version": "0.0.0.4",
    "manifest_version": 2,
    "description": "Embeds the current YouTube video within the entire Chrome window.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "",
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs"
    ]
}