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…

Hvad er Avoid Duplicate Downloads?

Avoid Duplicate Downloads er en Chrome-udvidelse udviklet af https://hlwjia.dev, og dens hovedfunktion er "Save some space by avoiding duplicate download files! If you are tired of having download(1)(2).pdf in your Downloads folder, look…".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Avoid Duplicate Downloads-udvidelses-CRX-fil

Download Avoid Duplicate Downloads-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Avoid Duplicate Downloads Avoid Duplicate Downloads
ID hdpfdoojepgnoecccacdohpoflflcdok
Officiel URL https://chromewebstore.google.com/detail/avoid-duplicate-downloads/hdpfdoojepgnoecccacdohpoflflcdok
Beskrivelse Save some space by avoiding duplicate download files! If you are tired of having download(1)(2).pdf in your Downloads folder, look…
Filstørrelse 3.74 KB
Antal Installationer 1,000
Nuværende Version 0.1
Senest Opdateret 2023-11-06
Udgivelsesdato 2022-01-16
Udvikler https://hlwjia.dev
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}