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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
}