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…

Cos'è Avoid Duplicate Downloads?

Avoid Duplicate Downloads è un'estensione di Chrome sviluppata da https://hlwjia.dev, e la sua funzione principale è "Save some space by avoiding duplicate download files! If you are tired of having download(1)(2).pdf in your Downloads folder, look…".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Avoid Duplicate Downloads

Scarica i file di estensione Avoid Duplicate Downloads in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Avoid Duplicate Downloads Avoid Duplicate Downloads
ID hdpfdoojepgnoecccacdohpoflflcdok
URL Ufficiale https://chromewebstore.google.com/detail/avoid-duplicate-downloads/hdpfdoojepgnoecccacdohpoflflcdok
Descrizione Save some space by avoiding duplicate download files! If you are tired of having download(1)(2).pdf in your Downloads folder, look…
Dimensione del File 3.74 KB
Conteggio Installazioni 1,000
Versione Corrente 0.1
Ultimo Aggiornamento 2023-11-06
Data di Pubblicazione 2022-01-16
Sviluppatore https://hlwjia.dev
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}