Minitube
Launch Minitube from browser
Vad är Minitube?
Minitube är en Chrome-tillägg utvecklad av Nicu Farmache, och dess huvudfunktion är "Launch Minitube from browser".
Tilläggsskärmbilder
Ladda ner Minitube-förlängningens CRX-fil
Ladda ner Minitube-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | cakooiidafjonhmkfcpidiiapekfgdfe |
| Officiell webbadress | https://chromewebstore.google.com/detail/minitube/cakooiidafjonhmkfcpidiiapekfgdfe |
| Beskrivning | Launch Minitube from browser |
| Filstorlek | 26.2 KB |
| Antal Installationer | 122 |
| Aktuell Version | 1.2 |
| Senast Uppdaterad | 2012-07-14 |
| Publiceringsdatum | 2012-07-14 |
| Betyg | 3.27/5 Totalt 11 Betyg |
| Utvecklare | Nicu Farmache |
| Betalningssätt | free |
| Stödda Språk | 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
} | |