Avoid Duplicate Downloads

Save some space by avoiding duplicate download files! If you are tired of having download(1)(2).pdf in your Downloads folder, look…

Was ist Avoid Duplicate Downloads?

Avoid Duplicate Downloads ist eine Chrome-Erweiterung, die von https://hlwjia.dev entwickelt wurde, und ihr Hauptmerkmal ist "Save some space by avoiding duplicate download files! If you are tired of having download(1)(2).pdf in your Downloads folder, look…".

Erweiterungsscreenshots

screenshot
screenshot

Avoid Duplicate Downloads-Erweiterungs-CRX-Datei herunterladen

Laden Sie Avoid Duplicate Downloads-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

                        Save some space by avoiding duplicate download files!

If you are tired of having download(1)(2).pdf in your Downloads folder, look no further. 

Chrome automatically appends (1) to the end of the filename if there's another file with the same name in the Downloads folder.

With this extension, you'll be prompted with "save as" dialog for you to choose either rename the downloading file or overwrite the existing file.

No more filename(1).pdf in your Downloads folder.

This is also an open source project:
https://github.com/hlwjia/avoid-duplicate-downloads-chrome-ext                    

Grundlegende Informationen zur Erweiterung

Name Avoid Duplicate Downloads Avoid Duplicate Downloads
ID hdpfdoojepgnoecccacdohpoflflcdok
Offizielle URL https://chromewebstore.google.com/detail/avoid-duplicate-downloads/hdpfdoojepgnoecccacdohpoflflcdok
Beschreibung Save some space by avoiding duplicate download files! If you are tired of having download(1)(2).pdf in your Downloads folder, look…
Dateigröße 3.74 KB
Installationsanzahl 1,000
Aktuelle Version 0.1
Letztes Update 2023-11-06
Veröffentlichungsdatum 2022-01-16
Entwickler https://hlwjia.dev
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Avoid Duplicate Downloads",
    "description": "",
    "version": "0.1",
    "author": "supjohn.com",
    "action": {
        "default_title": "No more abc(1).pdf"
    },
    "permissions": [
        "downloads"
    ],
    "background": {
        "service_worker": "background.js"
    }
}