https://github.com/etorixdev/downloadify
Download various assets directly in Discord without having to open a browser or dig through HTML.
https://github.com/etorixdev/downloadify
Last synced: 10 months ago
JSON representation
Download various assets directly in Discord without having to open a browser or dig through HTML.
- Host: GitHub
- URL: https://github.com/etorixdev/downloadify
- Owner: EtorixDev
- Created: 2025-08-17T19:23:14.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-17T19:38:17.000Z (10 months ago)
- Last Synced: 2025-08-17T21:23:40.585Z (10 months ago)
- Language: TypeScript
- Size: 18.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Downloadify
Download various assets directly in Discord without having to open a browser or dig through HTML.
Available as a userplugin (you're here!) in the desktop versions of [Vencord](https://github.com/Vendicated/Vencord/) and [Equicord](https://github.com/Equicord/Equicord) (a Vencord fork).
## Features
1. Download non-image files such as ZIP files directly inside of Discord.
- Allow or disallow unicode characters in file names.
- Various image assets are available in multiple formats as Discord makes converted copies.
- APNG and AWEBP are presented with the `.apng` and `.awebp` extensions during download in order to differentiate them from static PNG and WEBP variants, but upon download their extensions are converted back to `.png` and `.webp` respectively.
2. Show a notification when downloads start and finish with a customizable duration.
3. Add a download button to voice messages.
4. Set a default directory or pick each time.
- Pick whether to overwrite existing files or not.