YouTube™ TV Desktop
Allows users to load YouTube™ TV App from regular desktop browsers
What is YouTube™ TV Desktop?
YouTube™ TV Desktop is a Chrome extension developed by Danial Nickford, and its main feature is "Allows users to load YouTube™ TV App from regular desktop browsers".
Extension Screenshots
Download YouTube™ TV Desktop Extension CRX File
Download YouTube™ TV Desktop 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
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.
Extension Basic Information
Name | YouTube™ TV Desktop |
ID | onikdilmkkgioinnhpgimbhffdgldnoi |
Official URL | https://chromewebstore.google.com/detail/youtube-tv-desktop/onikdilmkkgioinnhpgimbhffdgldnoi |
Description | Allows users to load YouTube™ TV App from regular desktop browsers |
File Size | 32.21 KB |
Installation Count | 7,013 |
Current Version | 0.0.1 |
Last Updated | 2022-02-13 |
Publish Date | 2020-09-13 |
Rating | 4.17/5 Total 6 Ratings |
Developer | Danial Nickford |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |