Youtube smart phone control
Control Youtube using smart phone
Wat is Youtube smart phone control?
Youtube smart phone control is een Chrome-extensie ontwikkeld door Tech2 Solutions, en de belangrijkste functie is "Control Youtube using smart phone".
Extensie Screenshots
Download het CRX-bestand van de extensie Youtube smart phone control
Download Youtube smart phone control-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | mondcdfmmhjiedhgchekbfekojflncfg |
Officiële URL | https://chrome.google.com/webstore/detail/youtube-smart-phone-contr/mondcdfmmhjiedhgchekbfekojflncfg |
Beschrijving | Control Youtube using smart phone |
Bestandsgrootte | 19.93 KB |
Aantal Installaties | 2,443 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2021-01-07 |
Publicatiedatum | 2021-01-07 |
Beoordeling | 5.00/5 Totaal 9 Beoordelingen |
Ontwikkelaar | Tech2 Solutions |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } |