Youtube smart phone control

Control Youtube using smart phone

O que é Youtube smart phone control?

Youtube smart phone control é uma extensão do Chrome desenvolvida por Tech2 Solutions, e sua principal característica é "Control Youtube using smart phone".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Youtube smart phone control

Baixe arquivos de extensão Youtube smart phone control no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Youtube smart phone control Youtube smart phone control
ID mondcdfmmhjiedhgchekbfekojflncfg
URL Oficial https://chrome.google.com/webstore/detail/youtube-smart-phone-contr/mondcdfmmhjiedhgchekbfekojflncfg
Descrição Control Youtube using smart phone
Tamanho do Arquivo 19.93 KB
Contagem de Instalações 2,443
Versão Atual 1.0
Última Atualização 2021-01-07
Data de Publicação 2021-01-07
Classificação 5.00/5 Total de 9 Avaliações
Desenvolvedor Tech2 Solutions
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
}