Minitube

Launch Minitube from browser

O que é Minitube?

Minitube é uma extensão do Chrome desenvolvida por Nicu Farmache, e sua principal característica é "Launch Minitube from browser".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Minitube

Baixe arquivos de extensão Minitube no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Minitube Minitube
ID cakooiidafjonhmkfcpidiiapekfgdfe
URL Oficial https://chromewebstore.google.com/detail/minitube/cakooiidafjonhmkfcpidiiapekfgdfe
Descrição Launch Minitube from browser
Tamanho do Arquivo 26.2 KB
Contagem de Instalações 122
Versão Atual 1.2
Última Atualização 2012-07-14
Data de Publicação 2012-07-14
Classificação 3.27/5 Total de 11 Avaliações
Desenvolvedor Nicu Farmache
Tipo de Pagamento free
Idiomas Suportados 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
}