YouTube standard/TV switcher
This extension allows to switch between desktop/TV versions of the YouTube platform
¿Qué es YouTube standard/TV switcher?
YouTube standard/TV switcher es una extensión de Chrome desarrollada por fori920, y su función principal es "This extension allows to switch between desktop/TV versions of the YouTube platform".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión YouTube standard/TV switcher
Descarga archivos de extensión YouTube standard/TV switcher 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
Allows users to easily switch on a currently watching video between the desktop and the TV interface from YouTube. - The badge indicates whether which YouTube version you are using. - Preserves currently watching videos between switches. New features will come soon. THIS IS AN ALPHA RELEASE. USE AT YOUR OWN RISK.
Información Básica de la Extensión
Nombre | |
ID | dddjfhipdjphgemiejifpdhlbmdlpoao |
URL Oficial | https://chrome.google.com/webstore/detail/youtube-standardtv-switch/dddjfhipdjphgemiejifpdhlbmdlpoao |
Descripción | This extension allows to switch between desktop/TV versions of the YouTube platform |
Tamaño del Archivo | 39.32 KB |
Cantidad de Instalaciones | 796 |
Versión Actual | 0.0.2-alpha |
Última Actualización | 2016-07-01 |
Fecha de Publicación | 2016-07-01 |
Calificación | 3.50/5 Total de 4 Calificaciones |
Desarrollador | fori920 |
Tipo de Pago | free |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube standard\/TV switcher", "description": "This extension allows to switch between desktop\/TV versions of the YouTube platform", "version": "0.0.2", "version_name": "0.0.2-alpha", "browser_action": { "default_icon": "icon.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "switcher.js" ] }, "permissions": [ "activeTab" ] } |