Floating Video Pro
Popup a floating video that can be viewed while you are doing other work on your computer.
¿Qué es Floating Video Pro?
Floating Video Pro es una extensión de Chrome desarrollada por CodeTheBay, y su función principal es "Popup a floating video that can be viewed while you are doing other work on your computer.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Floating Video Pro
Descarga archivos de extensión Floating Video Pro 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
Watch videos in a Floating window. Click the extension icon while your YouTube, Twitch or any other video is playing and watch it pop up and become a topmost window above any of your other desktop applications, resize it and reposition it how you like. Click your extensions and pin this extension to make it more accessible.
Información Básica de la Extensión
Nombre | Floating Video Pro |
ID | eahphalndmiganhjibpfedaokkcpmjhn |
URL Oficial | https://chromewebstore.google.com/detail/floating-video-pro/eahphalndmiganhjibpfedaokkcpmjhn |
Descripción | Popup a floating video that can be viewed while you are doing other work on your computer. |
Tamaño del Archivo | 4.79 KB |
Cantidad de Instalaciones | 1,902 |
Versión Actual | 0.0.0.1 |
Última Actualización | 2021-02-15 |
Fecha de Publicación | 2021-02-15 |
Calificación | 4.33/5 Total de 3 Calificaciones |
Desarrollador | CodeTheBay |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/Xela101/FloatingVideoPro |
URL de la Página de Ayuda | https://github.com/Xela101/FloatingVideoPro |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Floating Video Pro", "description": "Popup a floating video that can be viewed while you are doing other work on your computer.", "version": "0.0.0.1", "manifest_version": 2, "browser_action": { "default_icon": "icon-16.png", "default_title": "Click to turn video's into a floating windows." }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "activeTab" ], "icons": { "16": "icon-16.png", "128": "icon-128.png" } } |