Downloads Overwrite Already Existing Files

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

Cos'è Downloads Overwrite Already Existing Files?

Downloads Overwrite Already Existing Files è un'estensione di Chrome sviluppata da https://zach-adams.com, e la sua funzione principale è "All downloads overwrite existing files instead of adding ' (1)', ' (2)', etc. Includes fix to remember folders.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Downloads Overwrite Already Existing Files

Scarica i file di estensione Downloads Overwrite Already Existing Files 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

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

Informazioni di Base sull'Estensione

Nome Downloads Overwrite Already Existing Files Downloads Overwrite Already Existing Files
ID lddjgfpjnifpeondafidennlcfagekbp
URL Ufficiale https://chromewebstore.google.com/detail/downloads-overwrite-alrea/lddjgfpjnifpeondafidennlcfagekbp
Descrizione All downloads overwrite existing files instead of adding ' (1)', ' (2)', etc. Includes fix to remember folders.
Dimensione del File 7.86 KB
Conteggio Installazioni 23,643
Versione Corrente 1.0.0
Ultimo Aggiornamento 2021-10-08
Data di Pubblicazione 2020-04-28
Valutazione 4.95/5 Totale 37 Valutazioni
Sviluppatore https://zach-adams.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/zach-adams/downloads-overwrite-already-existing-files
URL della Pagina di Aiuto https://github.com/zach-adams/downloads-overwrite-already-existing-files/issues
URL della Pagina della Politica sulla Privacy https://zach-adams.com/privacy-policy/chrome-extensions.txt
Lingue Supportate 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"
    ]
}