YouTube TV
Access https://youtube.com/tv from a regular browser. No ads in this extension.
Co to jest YouTube TV?
YouTube TV to rozszerzenie Chrome opracowane przez JB, a jego główną funkcją jest „Access https://youtube.com/tv from a regular browser. No ads in this extension.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia YouTube TV
Pobierz pliki rozszerzeń YouTube TV w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | deikaacecjfbpclgkdlhnknlpjjcloef |
Oficjalny URL | https://chrome.google.com/webstore/detail/youtube-tv/deikaacecjfbpclgkdlhnknlpjjcloef |
Opis | Access https://youtube.com/tv from a regular browser. No ads in this extension. |
Rozmiar pliku | 15.15 KB |
Liczba instalacji | 20,000 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2020-05-03 |
Data Publikacji | 2020-05-03 |
Ocena | 4.24/5 Łącznie 17 Oceny |
Deweloper | JB |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } |