Youtube smart phone control

Control Youtube using smart phone

Youtube smart phone control क्या है?

Youtube smart phone control Tech2 Solutions द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Control Youtube using smart phone"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Youtube smart phone control एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}