Minitube

Launch Minitube from browser

Total ratings

3.27 (Rating count: 11)
See reviews for Minitube on Chrome Web Store
Upgrade to see all 12 reviews

User reviews

Recent rating average: 3.40
All time rating average: 3.27
Upgrade to see all 12 reviews

Rating filters

5 star
50% (6)
4 star
0%
3 star
0%
2 star
0%
1 star
50% (6)
Date Author Rating Lang Comment
2017-09-19
Elis Santos
se for bom eu dou mas estrela
2017-09-19
Elis Santos
pt se for bom eu dou mas estrela
2015-05-07
irfet saric
prava stvar
2015-05-07
irfet saric
hr prava stvar
2014-11-18
Michel de Castro
Não funciona
2014-11-18
Michel de Castro
pt Não funciona
2014-05-10 Alberto Murrieta increible aunque no lo se usar
2014-05-10
Alberto Murrieta
es increible aunque no lo se usar
2013-10-02 A Google user First of all thanks for creating this extension! Just what I was looking for! After a few adjustments it's working fine on my system now. Here's what I did to get it to work: (Note: These instructions were tested on Ubuntu 12.04.3 LTS with minitube installed from the Ubuntu Software Center. YMMV on other distros/releases.) 1.) Install extension from the Chrome Webstore 2.) Create a script called minitubehandler.sh with the following content: #!/bin/bash MINITUBEURL="$1" ACTUALURL="${MINITUBEURL#minitube}" MINITUBE="/opt/minitube-ubuntu/minitube" "$MINITUBE" "$ACTUALURL" > /dev/null 2>&1& 3.) Either move the script to $PATH (e.g. ~/bin ) or move it to a folder of your choice and copy down the path 4.) Create a new desktop file under ~/.local/share/applications called minitubehandler.desktop with the following contents: [Desktop Entry] Version=1.0 Type=Application MimeType=x-scheme-handler/minitubehttp;x-scheme-handler/minitubehttps; Terminal=false Exec=minitubehandler.sh %u Name=minitubehandler Icon=minitube NoDisplay=true 5.) Make sure to replace the Exec line with the path to your script if you decided against moving it to your $PATH 6.) Assign the desktop file to the extensions MIME type by executing the following lines in a terminal: xdg-mime default minitubehandler.desktop x-scheme-handler/minitubehttp xdg-mime default minitubehandler.desktop x-scheme-handler/minitubehttps 7.) Restart Chrome That's it. The extension should now work. Head to a youtube link of your choice and try it out! Many thanks again to Nico Farmache for coding this extension!
2013-10-02
A Google user
en First of all thanks for creating this extension! Just what I was looking for! After a few adjustments it's working fine on my system now. Here's what I did to get it to work: (Note: These instructions were tested on Ubuntu 12.04.3 LTS with minitube installed from the Ubuntu Software Center. YMMV on other distros/releases.) 1.) Install extension from the Chrome Webstore 2.) Create a script called minitubehandler.sh with the following content: #!/bin/bash MINITUBEURL="$1" ACTUALURL="${MINITUBEURL#minitube}" MINITUBE="/opt/minitube-ubuntu/minitube" "$MINITUBE" "$ACTUALURL" > /dev/null 2>&1& 3.) Either move the script to $PATH (e.g. ~/bin ) or move it to a folder of your choice and copy down the path 4.) Create a new desktop file under ~/.local/share/applications called minitubehandler.desktop with the following contents: [Desktop Entry] Version=1.0 Type=Application MimeType=x-scheme-handler/minitubehttp;x-scheme-handler/minitubehttps; Terminal=false Exec=minitubehandler.sh %u Name=minitubehandler Icon=minitube NoDisplay=true 5.) Make sure to replace the Exec line with the path to your script if you decided against moving it to your $PATH 6.) Assign the desktop file to the extensions MIME type by executing the following lines in a terminal: xdg-mime default minitubehandler.desktop x-scheme-handler/minitubehttp xdg-mime default minitubehandler.desktop x-scheme-handler/minitubehttps 7.) Restart Chrome That's it. The extension should now work. Head to a youtube link of your choice and try it out! Many thanks again to Nico Farmache for coding this extension!
Upgrade to see all 12 reviews