Youtube smart phone control
Control Youtube using smart phone
Qu'est-ce que Youtube smart phone control ?
Youtube smart phone control est une extension Chrome développée par Tech2 Solutions, et sa fonction principale est "Control Youtube using smart phone".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Youtube smart phone control
Téléchargez les fichiers d'extension Youtube smart phone control au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | mondcdfmmhjiedhgchekbfekojflncfg |
URL Officiel | https://chrome.google.com/webstore/detail/youtube-smart-phone-contr/mondcdfmmhjiedhgchekbfekojflncfg |
Description | Control Youtube using smart phone |
Taille du Fichier | 19.93 KB |
Nombre d'Installations | 2,443 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2021-01-07 |
Date de Publication | 2021-01-07 |
Évaluation | 5.00/5 Total 9 Évaluations |
Développeur | Tech2 Solutions |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } |