Show HN: I Added a Feature to WhatsApp-Web, Animated GIFs Uploads (Chrome Ext.)

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • ffmpeg.wasm

    FFmpeg for browser, powered by WebAssembly

    Hi HN! I'm Ivan, the creator of this extension and with it you can now right-click any gif on Google Chrome (desktop) to share it with any of your contacts on WhatsApp Web, you can also use it to upload animated GIFs from your computer, you can even drag-and-drop MP4 files to it and they will be treated as gifs (e.g. they will loop, muted of course). Another nice feature its that it lets you share non-gif images with the same context menu option (e.g. AKA right-click menu)

    To create it I had to do a bit of reverse-engineering of the existing JavaScript found at https://web.whatsapp.com/, which is actually a minified React app, I found out that it uses WebSockets to communicate with the backend but thankfully to create this extension I was able to avoid fiddling with those messages. Under the hood it uses the amazing library ffmpeg.wasm (the JS port of ffmpeg): https://github.com/ffmpegwasm/ffmpeg.wasm I also made use of TypeScript, React and Vite to create this extension, using this boilerplate as starting point: https://github.com/Jonghakseo/chrome-extension-boilerplate-r...

    Feel free to ask any questions or any feedback you may have about it.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • chrome-extension-boilerplate-react-vite

    Chrome Extension Boilerplate with React + Vite + Typescript

    Hi HN! I'm Ivan, the creator of this extension and with it you can now right-click any gif on Google Chrome (desktop) to share it with any of your contacts on WhatsApp Web, you can also use it to upload animated GIFs from your computer, you can even drag-and-drop MP4 files to it and they will be treated as gifs (e.g. they will loop, muted of course). Another nice feature its that it lets you share non-gif images with the same context menu option (e.g. AKA right-click menu)

    To create it I had to do a bit of reverse-engineering of the existing JavaScript found at https://web.whatsapp.com/, which is actually a minified React app, I found out that it uses WebSockets to communicate with the backend but thankfully to create this extension I was able to avoid fiddling with those messages. Under the hood it uses the amazing library ffmpeg.wasm (the JS port of ffmpeg): https://github.com/ffmpegwasm/ffmpeg.wasm I also made use of TypeScript, React and Vite to create this extension, using this boilerplate as starting point: https://github.com/Jonghakseo/chrome-extension-boilerplate-r...

    Feel free to ask any questions or any feedback you may have about it.

  • Hi HN! I'm Ivan, the creator of this extension and with it you can now right-click any gif on Google Chrome (desktop) to share it with any of your contacts on WhatsApp Web, you can also use it to upload animated GIFs from your computer, you can even drag-and-drop MP4 files to it and they will be treated as gifs (e.g. they will loop, muted of course). Another nice feature its that it lets you share non-gif images with the same context menu option (e.g. AKA right-click menu)

    To create it I had to do a bit of reverse-engineering of the existing JavaScript found at https://web.whatsapp.com/, which is actually a minified React app, I found out that it uses WebSockets to communicate with the backend but thankfully to create this extension I was able to avoid fiddling with those messages. Under the hood it uses the amazing library ffmpeg.wasm (the JS port of ffmpeg): https://github.com/ffmpegwasm/ffmpeg.wasm I also made use of TypeScript, React and Vite to create this extension, using this boilerplate as starting point: https://github.com/Jonghakseo/chrome-extension-boilerplate-r...

    Feel free to ask any questions or any feedback you may have about it.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Framr - Give Your Demo Video a Fancy Gaussian Blur Frame

    4 projects | dev.to | 30 Dec 2022
  • FFmpeg-online: ffpmeg running on the browser

    2 projects | news.ycombinator.com | 15 Oct 2023
  • Locoly (locoly.app): an in-browser video editor running all computations locally

    1 project | /r/SideProject | 29 Jul 2023
  • [TASK] Reverse Engineer my Web App Before Production

    1 project | /r/slavelabour | 11 Jul 2023
  • AWS service for transcoding audio to mp3 and images to jpg?

    1 project | /r/aws | 10 Jul 2023

Did you konow that C is
the 7th most popular programming language
based on number of metions?