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…

Apa itu Avoid Duplicate Downloads?

Avoid Duplicate Downloads adalah ekstensi Chrome yang dikembangkan oleh https://hlwjia.dev, dan fitur utamanya adalah "Save some space by avoiding duplicate download files! If you are tired of having download(1)(2).pdf in your Downloads folder, look…".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Avoid Duplicate Downloads

Unduh file ekstensi Avoid Duplicate Downloads dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Avoid Duplicate Downloads Avoid Duplicate Downloads
ID hdpfdoojepgnoecccacdohpoflflcdok
URL Resmi https://chromewebstore.google.com/detail/avoid-duplicate-downloads/hdpfdoojepgnoecccacdohpoflflcdok
Deskripsi Save some space by avoiding duplicate download files! If you are tired of having download(1)(2).pdf in your Downloads folder, look…
Ukuran File 3.74 KB
Jumlah Instalasi 1,000
Versi Saat Ini 0.1
Terakhir Diperbarui 2023-11-06
Tanggal Publikasi 2022-01-16
Pengembang https://hlwjia.dev
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}