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
公式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
Eメール [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"
}