Minitube
Launch Minitube from browser
What is Minitube?
Minitube is a Chrome extension developed by Nicu Farmache, and its main feature is "Launch Minitube from browser".
Extension Screenshots
Download Minitube Extension CRX File
Download Minitube extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Minitube |
ID | cakooiidafjonhmkfcpidiiapekfgdfe |
Official URL | https://chromewebstore.google.com/detail/minitube/cakooiidafjonhmkfcpidiiapekfgdfe |
Description | Launch Minitube from browser |
File Size | 26.2 KB |
Installation Count | 122 |
Current Version | 1.2 |
Last Updated | 2012-07-14 |
Publish Date | 2012-07-14 |
Rating | 3.27/5 Total 11 Ratings |
Developer | Nicu Farmache |
Payment Type | free |
Supported Languages | 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 } |