helloyanis

joined 5 months ago
 

-=My new file explorer that runs in your browser=-

Hey everyone!
I just refined and made public an old project I made in a week a while ago! It's a file explorer that shows you the size of folders... Right in your web browser! (Because file explorers don't do it by default)

Everything is local only, nothing goes to any server and you just need to go to the site to try it!

https://explorer.xn--3s8h30f.ws/

Among the features, you can view the proportion of storage used by your files and folders, view/play videos, audios, images and text files, install the site as an app, use it offline...

Check it out if you want! Please give me some feedback too, thanks! It's #opensource ! Enjoy! :blobcatheart:

@opensource @technology
#foss #web #files

[โ€“] helloyanis@furries.club 0 points 2 months ago (1 children)

@MonkderVierte The thing is, since the code is running inside a browser extension there's no way to interact with third party tools that aren't part of the standard JavaScript api.

Well, I mean there's Native Messaging https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native/_messaging but it only works for PC (Bye bye to ~70% of Android users) and I'd have to use a forked version to be able to handle messages from the browser extension, so I think that's not the best solution for me

[โ€“] helloyanis@furries.club 1 points 2 months ago (3 children)

@MonkderVierte I'm afraid I can't handle that from a browser extension, but good to know!

 

I updated Media Downloader Unleashed so it can download MPD streams!

It's been a while since I've posted an update for my browser #extension to download videos, audios and streams, and I'd like to let you know you can now download #MPD (mpeg-dash) streams with it! (And also m3u8 streams, and any other raw media format!)

Try it if you want! It's completely free, #opensource and MIT licensed!

Available on the #firefox add-ons store, but can be built for chromium as well!

Store page : https://addons.mozilla.org/addon/media-downloader-unleashed/?utm%5C_source=fedi

Source code : https://github.com/helloyanis/media-downloader-unleashed

@technology @opensource @datahoarder

#technology