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”。

擴展截圖

screenshot

下載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                    

擴展基本資訊

名稱 Youtube smart phone control Youtube smart phone control
ID mondcdfmmhjiedhgchekbfekojflncfg
官方網址 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"
}