YouTube TV

Access https://youtube.com/tv from a regular browser. No ads in this extension.

What is YouTube TV?

YouTube TV is a Chrome extension developed by JB, and its main feature is "Access https://youtube.com/tv from a regular browser. No ads in this extension.".

Extension Screenshots

screenshot
screenshot
screenshot
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

                        Access the YouTube TV App located from a regular browser.

The TV application allows you to control the YouTube App using your smartphone like on any Smart TV. Essentially making your desktop computer act like a Smart TV.                    

Extension Basic Information

Name YouTube TV YouTube TV
ID deikaacecjfbpclgkdlhnknlpjjcloef
Official URL https://chrome.google.com/webstore/detail/youtube-tv/deikaacecjfbpclgkdlhnknlpjjcloef
Description Access https://youtube.com/tv from a regular browser. No ads in this extension.
File Size 15.15 KB
Installation Count 20,000
Current Version 1.0.0
Last Updated 2020-05-03
Publish Date 2020-05-03
Rating 4.24/5 Total 17 Ratings
Developer JB
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "Access https:\/\/youtube.com\/tv from a regular browser. No ads in this extension.",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png"
    },
    "manifest_version": 2,
    "name": "YouTube TV",
    "permissions": [
        "*:\/\/*.youtube.com\/tv*",
        "webRequest",
        "webRequestBlocking"
    ],
    "browser_action": [],
    "short_name": "youtube-tv",
    "version": "1.0.0"
}