Youtube smart phone control
Control Youtube using smart phone
Что такое Youtube smart phone control?
Youtube smart phone control - это расширение Chrome, разработанное Tech2 Solutions, и его основная функция - "Control Youtube using smart phone".
Снимки экрана расширения
Скачать файл CRX расширения Youtube smart phone control
Скачайте файлы расширений Youtube smart phone control в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
The Android TV Remote Control app is the easiest way of controlling your Android TV device using a smartphone. Usage: - Connect your phone and Android TV to the same Wi-Fi network. - Click gear icon (settings) on bottom-left, click "Link with TV code" - On your phone, open youtube app - In your phone's YouTube settings, tap Watch on TV - Tap ENTER TV CODE and enter the code. - Enjoy
Основная информация о расширении
Название | |
ID | mondcdfmmhjiedhgchekbfekojflncfg |
Официальный URL | https://chrome.google.com/webstore/detail/youtube-smart-phone-contr/mondcdfmmhjiedhgchekbfekojflncfg |
Описание | Control Youtube using smart phone |
Размер файла | 19.93 KB |
Количество установок | 2,443 |
Текущая Версия | 1.0 |
Последнее Обновление | 2021-01-07 |
Дата публикации | 2021-01-07 |
Рейтинг | 5.00/5 Всего 9 оценок |
Разработчик | Tech2 Solutions |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "browser_action": { "default_icon": "images\/icon.png" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "background.js" ] }, "description": "Control Youtube using smart phone", "manifest_version": 2, "name": "Youtube smart phone control", "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/www.youtube.com\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |