Youtube smart phone control
Control Youtube using smart phone
Co je Youtube smart phone control?
Youtube smart phone control je rozšíření Chrome vyvinuté Tech2 Solutions, a jeho hlavní funkcí je „Control Youtube using smart phone“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Youtube smart phone control
Stáhněte si soubory rozšíření Youtube smart phone control ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | mondcdfmmhjiedhgchekbfekojflncfg |
Oficiální URL | https://chrome.google.com/webstore/detail/youtube-smart-phone-contr/mondcdfmmhjiedhgchekbfekojflncfg |
Popis | Control Youtube using smart phone |
Velikost souboru | 19.93 KB |
Počet instalací | 2,443 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2021-01-07 |
Datum Vydání | 2021-01-07 |
Hodnocení | 5.00/5 Celkem 9 Hodnocení |
Vývojář | Tech2 Solutions |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } |