Critiques pour Download Star
Download Star par liebs
196 notes
- Noté 5 sur 5par Pablo Medina, il y a 3 ansA very good extension. The naming mask option is great and useful.
For example to replace '%20' by " ", %2C by "," and %26 by "&" the following naming mask can be used:
${file|replace:/%20/: |replace:/%2C/:,|replace:/%26/:&}.${ext} - Noté 2 sur 5par Clemens Ratte-Polle, il y a 3 ans
- Noté 5 sur 5par Castella, il y a 3 ans
- Noté 4 sur 5par jd., il y a 3 ansPretty good and efficient.
As noted by r.koegel, file names containing spaces or "#" (and probably other characters, but these are the two I've come across) are downloaded with "%20" instead of each space, which is somewhat awkward.
If you use Unix, the following script may help you (it sure helped me):
for f in "$@"
do
g=`echo $f | sed -e 's/%20/ /g;s/%23/#/g'`
if [ "$f" != "$g" ]
then
mv "$f" "$g"
fi
done - Noté 4 sur 5par r.koegel, il y a 3 ansIt's about as good as it gets right now. My only issue is that it apparently can't auto rename %20 and other placeholders to the 'spaces' or other regular characters in filenames. So downloading a file such as "this file.zip" becomes "this%20file.zip"...which is annoying when downloading 1700 text files from a server.
- Noté 5 sur 5par dee, il y a 3 ansPerfect for me.
Simple interface, even my elderly father can use it to download media from websites.
Way better than all those complicated "powerful" extensions.
Thanks liebs! - Noté 1 sur 5par Utilisateur ou utilisatrice 14704518 de Firefox, il y a 3 ans
- Noté 3 sur 5par Mozzied , il y a 3 ansIt used to work with Tor browser, but the update to 8.5.4 broke the add-on. It does work properly with my VPN, however.
The issue with Tor is that it never downloads all selected files in all tabs and the number of successful scrapes is random. - Noté 1 sur 5par M.Furkan, il y a 4 ans
- Noté 1 sur 5par Robert, il y a 4 ansThe user interface is weird, ugly and confusing. There are many user-friendly alternatives out there. Avoid.
- Noté 5 sur 5par Utilisateur ou utilisatrice 15117407 de Firefox, il y a 4 ans
- Noté 5 sur 5par Utilisateur ou utilisatrice 15093646 de Firefox, il y a 4 ans
- Noté 1 sur 5par p1973, il y a 4 ans
- Noté 5 sur 5par Saverio Costanzo, il y a 4 ans
- Noté 5 sur 5par Utilisateur ou utilisatrice 14994893 de Firefox, il y a 4 ans
- Noté 1 sur 5par Utilisateur ou utilisatrice 14976822 de Firefox, il y a 4 ansDidn´t show any way to download any of the videos on the website I was visiting
- Noté 4 sur 5par Utilisateur ou utilisatrice 14995552 de Firefox, il y a 4 ans
- Noté 1 sur 5par Utilisateur ou utilisatrice 14988695 de Firefox, il y a 4 ans
- Noté 1 sur 5par Freybjörn, il y a 4 ans
- Noté 5 sur 5par RafaelLVx, il y a 4 ansFaz o que eu queria de forma simples: baixa todos os links em uma página com um certo parâmetro configurável. Não é lindo, mas num mar de extensões feias que não funcionam ou não fazem nada, essa é uma extensão feia que faz algo simples e útil.
- Noté 1 sur 5par Utilisateur ou utilisatrice 14506231 de Firefox, il y a 4 ans
- Noté 1 sur 5par Dustsquid, il y a 4 ans