YouTube for TV Without Adware
Allows youtube.com/tv to load from non-mobile browsers (and without adware)
¿Qué es YouTube for TV Without Adware?
YouTube for TV Without Adware es una extensión de Chrome desarrollada por Wrybread, y su función principal es "Allows youtube.com/tv to load from non-mobile browsers (and without adware)".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión YouTube for TV Without Adware
Descarga archivos de extensión YouTube for TV Without Adware en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
This allows you to open youtube.com/tv in a regular non-mobile browser window so you can remote control it from another browser window. To use: 1) Open youtube.com/tv and go to Settings (icon at bottom left) and choose "link with TV code" and write down the code 2) Open youtube.com/pair in another window and enter that code. You should now be able to control the window from Step 1 from any other youtube.com window. And unlike the other browser extension in the Chrome Store that does this, there won't be any ads popping up...
Información Básica de la Extensión
Nombre | YouTube for TV Without Adware |
ID | fineefhnleogndjepcabcddamodbkcjo |
URL Oficial | https://chromewebstore.google.com/detail/youtube-for-tv-without-ad/fineefhnleogndjepcabcddamodbkcjo |
Descripción | Allows youtube.com/tv to load from non-mobile browsers (and without adware) |
Tamaño del Archivo | 16.65 KB |
Cantidad de Instalaciones | 536 |
Versión Actual | 1.2 |
Última Actualización | 2021-10-12 |
Fecha de Publicación | 2020-10-25 |
Calificación | 4.00/5 Total de 2 Calificaciones |
Desarrollador | Wrybread |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | https://gizmoware.net/privacy |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube for TV Without Adware", "short_name": "youtube-for-tv-without-adware", "description": "Allows youtube.com\/tv to load from non-mobile browsers (and without adware)", "version": "1.2", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_icon": "icons\/48.png", "default_popup": "popup.html" }, "permissions": [ "*:\/\/*.youtube.com\/tv*", "webRequest", "webRequestBlocking" ], "background": { "scripts": [ "background.js" ] } } |