Youtube TV

Allows https://youtube.com/tv to load YouTube™ TV App from regular browser

What is Youtube TV?

Youtube TV is a Chrome extension developed by Jabuco, and its main feature is "Allows https://youtube.com/tv to load YouTube™ TV App from regular browser".

Extension Screenshots

screenshot

Download Youtube TV Extension CRX File

Download Youtube TV 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

                        Allows https://youtube.com/tv to load YouTube™ TV App from regular browser                    

Extension Basic Information

Name Youtube TV Youtube TV
ID eipbidbihnpafjpfpcpnnfmlebiagola
Official URL https://chromewebstore.google.com/detail/youtube-tv/eipbidbihnpafjpfpcpnnfmlebiagola
Description Allows https://youtube.com/tv to load YouTube™ TV App from regular browser
File Size 3.36 KB
Installation Count 4,000
Current Version 1.0.0
Last Updated 2020-03-25
Publish Date 2020-03-25
Rating 3.86/5 Total 7 Ratings
Developer Jabuco
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube TV",
    "description": "Allows https:\/\/youtube.com\/tv to load YouTube\u2122 TV App from regular browser",
    "version": "1.0.0",
    "permissions": [
        "*:\/\/*.youtube.com\/tv*",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}