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…

ما هو Avoid Duplicate Downloads؟

Avoid Duplicate Downloads هو إضافة Chrome تم تطويرها بواسطة https://hlwjia.dev، والميزة الرئيسية لها هي "Save some space by avoiding duplicate download files! If you are tired of having download(1)(2).pdf in your Downloads folder, look…".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Avoid Duplicate Downloads

قم بتنزيل ملفات الامتداد Avoid Duplicate Downloads بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Avoid Duplicate Downloads Avoid Duplicate Downloads
ID hdpfdoojepgnoecccacdohpoflflcdok
عنوان URL الرسمي https://chromewebstore.google.com/detail/avoid-duplicate-downloads/hdpfdoojepgnoecccacdohpoflflcdok
الوصف Save some space by avoiding duplicate download files! If you are tired of having download(1)(2).pdf in your Downloads folder, look…
حجم الملف 3.74 KB
عدد التثبيتات 1,000
النسخة الحالية 0.1
آخر تحديث 2023-11-06
تاريخ النشر 2022-01-16
المطور https://hlwjia.dev
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
    }
}