YouTube™ TV Desktop

Allows users to load YouTube™ TV App from regular desktop browsers

YouTube™ TV Desktop क्या है?

YouTube™ TV Desktop Danial Nickford द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows users to load YouTube™ TV App from regular desktop browsers"।

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

screenshot
screenshot

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

crx प्रारूप में YouTube™ TV Desktop एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension changes the headers your browser sends to allow the webpage to load without redirecting you to the standard website.

This allows you to browse with your keyboard or a remote for a better viewing experience especially if plugged in to a TV with your PC.                    

एक्सटेंशन की मूल जानकारी

नाम YouTube™ TV Desktop YouTube™ TV Desktop
ID onikdilmkkgioinnhpgimbhffdgldnoi
आधिकारिक URL https://chromewebstore.google.com/detail/youtube-tv-desktop/onikdilmkkgioinnhpgimbhffdgldnoi
विवरण Allows users to load YouTube™ TV App from regular desktop browsers
फ़ाइल का आकार 32.21 KB
स्थापना संख्या 7,013
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2022-02-13
प्रकाशन तिथि 2020-09-13
रेटिंग 4.17/5 कुल 6 रेटिंग्स
डेवलपर Danial Nickford
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "Allows users to load YouTube\u2122 TV App from regular desktop browsers",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png",
        "512": "icons\/512.png"
    },
    "manifest_version": 2,
    "name": "YouTube\u2122 TV Desktop",
    "permissions": [
        "*:\/\/*.youtube.com\/tv*",
        "webRequest",
        "webRequestBlocking"
    ],
    "short_name": "youtube-tv-desktop",
    "version": "0.0.1"
}