Youtube smart phone control

Control Youtube using smart phone

Was ist Youtube smart phone control?

Youtube smart phone control ist eine Chrome-Erweiterung, die von Tech2 Solutions entwickelt wurde, und ihr Hauptmerkmal ist "Control Youtube using smart phone".

Erweiterungsscreenshots

screenshot

Youtube smart phone control-Erweiterungs-CRX-Datei herunterladen

Laden Sie Youtube smart phone control-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Youtube smart phone control Youtube smart phone control
ID mondcdfmmhjiedhgchekbfekojflncfg
Offizielle URL https://chrome.google.com/webstore/detail/youtube-smart-phone-contr/mondcdfmmhjiedhgchekbfekojflncfg
Beschreibung Control Youtube using smart phone
Dateigröße 19.93 KB
Installationsanzahl 2,443
Aktuelle Version 1.0
Letztes Update 2021-01-07
Veröffentlichungsdatum 2021-01-07
Bewertung 5.00/5 Insgesamt 9 Bewertungen
Entwickler Tech2 Solutions
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
}