Downloads Overwrite Already Existing Files

All downloads overwrite existing files instead of adding ' (1)', ' (2)', etc. Includes fix to remember folders.

Was ist Downloads Overwrite Already Existing Files?

Downloads Overwrite Already Existing Files ist eine Chrome-Erweiterung, die von https://zach-adams.com entwickelt wurde, und ihr Hauptmerkmal ist "All downloads overwrite existing files instead of adding ' (1)', ' (2)', etc. Includes fix to remember folders.".

Erweiterungsscreenshots

screenshot

Downloads Overwrite Already Existing Files-Erweiterungs-CRX-Datei herunterladen

Laden Sie Downloads Overwrite Already Existing Files-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        - 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.                    

Grundlegende Informationen zur Erweiterung

Name Downloads Overwrite Already Existing Files Downloads Overwrite Already Existing Files
ID lddjgfpjnifpeondafidennlcfagekbp
Offizielle URL https://chromewebstore.google.com/detail/downloads-overwrite-alrea/lddjgfpjnifpeondafidennlcfagekbp
Beschreibung All downloads overwrite existing files instead of adding ' (1)', ' (2)', etc. Includes fix to remember folders.
Dateigröße 7.86 KB
Installationsanzahl 23,643
Aktuelle Version 1.0.0
Letztes Update 2021-10-08
Veröffentlichungsdatum 2020-04-28
Bewertung 4.95/5 Insgesamt 37 Bewertungen
Entwickler https://zach-adams.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/zach-adams/downloads-overwrite-already-existing-files
Hilfeseite URL https://github.com/zach-adams/downloads-overwrite-already-existing-files/issues
URL der Datenschutzrichtlinien-Seite https://zach-adams.com/privacy-policy/chrome-extensions.txt
Unterstützte Sprachen 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"
    ]
}