YouTube TV
Access https://youtube.com/tv from a regular browser. No ads in this extension.
Wat is YouTube TV?
YouTube TV is een Chrome-extensie ontwikkeld door JB, en de belangrijkste functie is "Access https://youtube.com/tv from a regular browser. No ads in this extension.".
Extensie Screenshots
Download het CRX-bestand van de extensie YouTube TV
Download YouTube TV-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | deikaacecjfbpclgkdlhnknlpjjcloef |
Officiële URL | https://chrome.google.com/webstore/detail/youtube-tv/deikaacecjfbpclgkdlhnknlpjjcloef |
Beschrijving | Access https://youtube.com/tv from a regular browser. No ads in this extension. |
Bestandsgrootte | 15.15 KB |
Aantal Installaties | 20,000 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2020-05-03 |
Publicatiedatum | 2020-05-03 |
Beoordeling | 4.24/5 Totaal 17 Beoordelingen |
Ontwikkelaar | JB |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } |