Minitube
Launch Minitube from browser
Apa itu Minitube?
Minitube adalah ekstensi Chrome yang dikembangkan oleh Nicu Farmache, dan fitur utamanya adalah "Launch Minitube from browser".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Minitube
Unduh file ekstensi Minitube dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Minitube |
ID | cakooiidafjonhmkfcpidiiapekfgdfe |
URL Resmi | https://chromewebstore.google.com/detail/minitube/cakooiidafjonhmkfcpidiiapekfgdfe |
Deskripsi | Launch Minitube from browser |
Ukuran File | 26.2 KB |
Jumlah Instalasi | 122 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2012-07-14 |
Tanggal Publikasi | 2012-07-14 |
Penilaian | 3.27/5 Total 11 Penilaian |
Pengembang | Nicu Farmache |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |