Youtube smart phone control

Control Youtube using smart phone

Youtube smart phone control là gì?

Youtube smart phone control là một tiện ích mở rộng Chrome được phát triển bởi Tech2 Solutions, và tính năng chính của nó là "Control Youtube using smart phone".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Youtube smart phone control

Tải xuống các tệp mở rộng Youtube smart phone control dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Youtube smart phone control Youtube smart phone control
ID mondcdfmmhjiedhgchekbfekojflncfg
URL Chính Thức https://chrome.google.com/webstore/detail/youtube-smart-phone-contr/mondcdfmmhjiedhgchekbfekojflncfg
Mô tả Control Youtube using smart phone
Kích Thước Tệp 19.93 KB
Số Lần Cài Đặt 2,443
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-01-07
Ngày Phát Hành 2021-01-07
Đánh Giá 5.00/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Tech2 Solutions
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}