Minitube
Launch Minitube from browser
¿Qué es Minitube?
Minitube es una extensión de Chrome desarrollada por Nicu Farmache, y su función principal es "Launch Minitube from browser".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Minitube
Descarga archivos de extensión Minitube 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
WARNING! Ubuntu Only! Please read below how to properly install this extension. This is an extension that launches Minitube from the browser using a special URL (minitubehttp://...). For this to work you need to register the special URL that is used to launch Minitube. For now this is only supported on Ubuntu (and probably similar OS-es). To make Minitube the default handler for the special URI you need to: - download the script (see below for link) to the Minitube folder (the folder with the executable in it) - give it proper permissions to run (+x) - and run it. You can download the script from here: http://minitube-chrome-extension.googlecode.com/files/install-uri-handler
Información Básica de la Extensión
Nombre | Minitube |
ID | cakooiidafjonhmkfcpidiiapekfgdfe |
URL Oficial | https://chromewebstore.google.com/detail/minitube/cakooiidafjonhmkfcpidiiapekfgdfe |
Descripción | Launch Minitube from browser |
Tamaño del Archivo | 26.2 KB |
Cantidad de Instalaciones | 122 |
Versión Actual | 1.2 |
Última Actualización | 2012-07-14 |
Fecha de Publicación | 2012-07-14 |
Calificación | 3.27/5 Total de 11 Calificaciones |
Desarrollador | Nicu Farmache |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Minitube", "version": "1.2", "description": "Launch Minitube from browser", "background": { "scripts": [ "background.js" ] }, "page_action": { "default_icon": "minitube16.png", "default_title": "Watch video with minitube" }, "permissions": [ "tabs", "http:\/\/*.youtube.com\/", "https:\/\/*.youtube.com\/" ], "icons": { "128": "minitube.png", "48": "minitube48.png", "16": "minitube16.png" }, "manifest_version": 2 } |