Youtube smart phone control
Control Youtube using smart phone
什么是Youtube smart phone control?
Youtube smart phone control是由Tech2 Solutions开发的Chrome扩展程序,该扩展的主要功能是“Control Youtube using smart phone”。
扩展截图
下载Youtube smart phone control扩展crx文件
下载Youtube smart phone control扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
ID | mondcdfmmhjiedhgchekbfekojflncfg |
官方URL | https://chrome.google.com/webstore/detail/youtube-smart-phone-contr/mondcdfmmhjiedhgchekbfekojflncfg |
简介 | Control Youtube using smart phone |
文件大小 | 19.93 KB |
安装次数 | 2,443 |
当前版本 | 1.0 |
更新时间 | 2021-01-07 |
上架时间 | 2021-01-07 |
评分 | 5.00/5 共9次评分 |
开发者 | Tech2 Solutions |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } |