Youtube smart phone control

Control Youtube using smart phone

What is Youtube smart phone control?

Youtube smart phone control is a Chrome extension developed by Tech2 Solutions, and its main feature is "Control Youtube using smart phone".

Extension Screenshots

screenshot

Download Youtube smart phone control Extension CRX File

Download Youtube smart phone control extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Youtube smart phone control Youtube smart phone control
ID mondcdfmmhjiedhgchekbfekojflncfg
Official URL https://chrome.google.com/webstore/detail/youtube-smart-phone-contr/mondcdfmmhjiedhgchekbfekojflncfg
Description Control Youtube using smart phone
File Size 19.93 KB
Installation Count 2,443
Current Version 1.0
Last Updated 2021-01-07
Publish Date 2021-01-07
Rating 5.00/5 Total 9 Ratings
Developer Tech2 Solutions
Email [email protected]
Payment Type free
Supported Languages 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"
}