Minitube

Launch Minitube from browser

Что такое Minitube?

Minitube - это расширение Chrome, разработанное Nicu Farmache, и его основная функция - "Launch Minitube from browser".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Minitube

Скачайте файлы расширений Minitube в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Minitube Minitube
ID cakooiidafjonhmkfcpidiiapekfgdfe
Официальный URL https://chromewebstore.google.com/detail/minitube/cakooiidafjonhmkfcpidiiapekfgdfe
Описание Launch Minitube from browser
Размер файла 26.2 KB
Количество установок 122
Текущая Версия 1.2
Последнее Обновление 2012-07-14
Дата публикации 2012-07-14
Рейтинг 3.27/5 Всего 11 оценок
Разработчик Nicu Farmache
Тип оплаты free
Поддерживаемые языки 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
}