Chrome/Firefox extension that removes metadata before upload files
Open the website you wish to upload files to and click on the extension icon or Cleanup file and upload from the right-click menu.
Next, select a file from the dialog that appears automatically
Then this will automatically remove metadata from the selected files and upload them.
Warning
Do not upload files directly to websites using default button, otherwise metadata couldn't be deleted.
<Images>
.jpg, .jpeg, .png, .gif, .bmp, .webp, .heic
.ppm, .tiff
<Videos>
.mp4, .webm, .ogv, .mpg, .mpeg, .m1v, .m4v,
.avi, .mkv, .mov, .wmv, .avif, .avifs
<Audios>
.mp3, .aac, .wav, .wv, .ogg, .opus, .flac
<PDF Document>
.pdf
<Office Documents>
.doc, .dot, .docx, .dotx, .docm, .dotm, .xls,
.xlt, .xla, .xlsx, .xltx, .xlsm, .xltm, .xlam,
.xlsb, .ppt, .pot, .pps, .ppa, .pptx, .potx,
.ppsx, .ppam, .pptm, .potm, .ppsm, .mdb, .odt,
.ods, .odp, .odg, .odc, .odf, .odi, .odm, .odb,
.ott, .ots, .otp, .otg, .otc, .oti, .oth
Screencast_20240903_031446.webm
3_16.36.42_17.31.25.webm
- Variety Flat Bordered Icons(Public Domain) //Extension Icon
- How To Set The Value Of A File Input //Algorithm of Hooking File Input
- Image Data Cleaner(MIT) //Algorithm of cleaning Image's metadata
- pdf-lib(MIT) //Handling PDF
- jszip(MIT or GPL v3) //Handling Office documents
- ffmpeg.wasm(MIT) //Handling Video Files