YouTube Video Expander
Embeds the current YouTube video within the entire Chrome window.
¿Qué es YouTube Video Expander?
YouTube Video Expander es una extensión de Chrome desarrollada por wilmol, y su función principal es "Embeds the current YouTube video within the entire Chrome window.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión YouTube Video Expander
Descarga archivos de extensión YouTube Video Expander 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
Fills the browser with the current YouTube video on click of the extension icon. This is different to the full-screen option which fills the entire monitor. This will benefit you if you don't use multiple monitors and enjoy having your chrome browser next to other applications such as other websites, office applications, games etc. See the before and after screenshots for an example.
Información Básica de la Extensión
Nombre | YouTube Video Expander |
ID | mmpkmmpdkbngpahhmgljkjcpfjnodlnc |
URL Oficial | https://chromewebstore.google.com/detail/youtube-video-expander/mmpkmmpdkbngpahhmgljkjcpfjnodlnc |
Descripción | Embeds the current YouTube video within the entire Chrome window. |
Tamaño del Archivo | 5.06 KB |
Cantidad de Instalaciones | 396 |
Versión Actual | 0.0.0.4 |
Última Actualización | 2017-04-20 |
Fecha de Publicación | 2017-04-19 |
Calificación | 3.25/5 Total de 4 Calificaciones |
Desarrollador | wilmol |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://github.com/wilmol |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Video Expander", "version": "0.0.0.4", "manifest_version": 2, "description": "Embeds the current YouTube video within the entire Chrome window.", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "", "default_icon": "icon.png" }, "permissions": [ "tabs" ] } |