YouTube TV

Access https://youtube.com/tv from a regular browser. No ads in this extension.

Что такое YouTube TV?

YouTube TV - это расширение Chrome, разработанное JB, и его основная функция - "Access https://youtube.com/tv from a regular browser. No ads in this extension.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Access the YouTube TV App located from a regular browser.

The TV application allows you to control the YouTube App using your smartphone like on any Smart TV. Essentially making your desktop computer act like a Smart TV.                    

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

Название YouTube TV YouTube TV
ID deikaacecjfbpclgkdlhnknlpjjcloef
Официальный URL https://chrome.google.com/webstore/detail/youtube-tv/deikaacecjfbpclgkdlhnknlpjjcloef
Описание Access https://youtube.com/tv from a regular browser. No ads in this extension.
Размер файла 15.15 KB
Количество установок 20,000
Текущая Версия 1.0.0
Последнее Обновление 2020-05-03
Дата публикации 2020-05-03
Рейтинг 4.24/5 Всего 17 оценок
Разработчик JB
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "Access https:\/\/youtube.com\/tv from a regular browser. No ads in this extension.",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png"
    },
    "manifest_version": 2,
    "name": "YouTube TV",
    "permissions": [
        "*:\/\/*.youtube.com\/tv*",
        "webRequest",
        "webRequestBlocking"
    ],
    "browser_action": [],
    "short_name": "youtube-tv",
    "version": "1.0.0"
}