Minitube

Launch Minitube from browser

Minitube là gì?

Minitube là một tiện ích mở rộng Chrome được phát triển bởi Nicu Farmache, và tính năng chính của nó là "Launch Minitube from browser".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Minitube

Tải xuống các tệp mở rộng Minitube dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Minitube Minitube
ID cakooiidafjonhmkfcpidiiapekfgdfe
URL Chính Thức https://chromewebstore.google.com/detail/minitube/cakooiidafjonhmkfcpidiiapekfgdfe
Mô tả Launch Minitube from browser
Kích Thước Tệp 26.2 KB
Số Lần Cài Đặt 122
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2012-07-14
Ngày Phát Hành 2012-07-14
Đánh Giá 3.27/5 Tổng số 11 Đánh Giá
Nhà Phát Triển Nicu Farmache
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}