Downloads Overwrite Already Existing Files
All downloads overwrite existing files instead of adding ' (1)', ' (2)', etc. Includes fix to remember folders.
What is Downloads Overwrite Already Existing Files?
Downloads Overwrite Already Existing Files is a Chrome extension developed by https://zach-adams.com, and its main feature is "All downloads overwrite existing files instead of adding ' (1)', ' (2)', etc. Includes fix to remember folders.".
Extension Screenshots
Download Downloads Overwrite Already Existing Files Extension CRX File
Download Downloads Overwrite Already Existing Files extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
- Very similar to the original "Downloads Overwrite Existing Files". This one includes a bug fix so it will remember your previous download folder, rather than default back to your default download folder. - Microsoft Edge Addon: https://microsoftedge.microsoft.com/addons/detail/dfnblaebmpjlokbkadgeaghajajidojj - See source code here: https://github.com/zach-adams/downloads-overwrite-already-existing-files - I am not responsible for lost/overwritten data. This does not compare the contents of files or the file modification time before overwriting, it only compares filenames.
Extension Basic Information
Name | Downloads Overwrite Already Existing Files |
ID | lddjgfpjnifpeondafidennlcfagekbp |
Official URL | https://chromewebstore.google.com/detail/downloads-overwrite-alrea/lddjgfpjnifpeondafidennlcfagekbp |
Description | All downloads overwrite existing files instead of adding ' (1)', ' (2)', etc. Includes fix to remember folders. |
File Size | 7.86 KB |
Installation Count | 23,643 |
Current Version | 1.0.0 |
Last Updated | 2021-10-08 |
Publish Date | 2020-04-28 |
Rating | 4.95/5 Total 37 Ratings |
Developer | https://zach-adams.com |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/zach-adams/downloads-overwrite-already-existing-files |
Help Page URL | https://github.com/zach-adams/downloads-overwrite-already-existing-files/issues |
Privacy Policy Page URL | https://zach-adams.com/privacy-policy/chrome-extensions.txt |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Downloads Overwrite Already Existing Files", "short_name": "Downloads Overwrite Existing Files", "description": "All downloads overwrite existing files instead of adding ' (1)', ' (2)', etc. Includes fix to remember folders.", "version": "1.0.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "homepage_url": "https:\/\/github.com\/zach-adams\/downloads-overwrite-already-existing-files", "background": { "service_worker": "bg.js" }, "permissions": [ "downloads" ] } |