Minitube

Launch Minitube from browser

Co je Minitube?

Minitube je rozšíření Chrome vyvinuté Nicu Farmache, a jeho hlavní funkcí je „Launch Minitube from browser“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Minitube

Stáhněte si soubory rozšíření Minitube ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Minitube Minitube
ID cakooiidafjonhmkfcpidiiapekfgdfe
Oficiální URL https://chromewebstore.google.com/detail/minitube/cakooiidafjonhmkfcpidiiapekfgdfe
Popis Launch Minitube from browser
Velikost souboru 26.2 KB
Počet instalací 122
Aktuální Verze 1.2
Poslední Aktualizace 2012-07-14
Datum Vydání 2012-07-14
Hodnocení 3.27/5 Celkem 11 Hodnocení
Vývojář Nicu Farmache
Typ Platby free
Podporované Jazyky 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
}