No More Duplicates

Avoid downloads of files you already have!

ما هو No More Duplicates؟

No More Duplicates هو إضافة Chrome تم تطويرها بواسطة Jakob Sennerby، والميزة الرئيسية لها هي "Avoid downloads of files you already have!".

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

screenshot

تحميل ملف CRX للإضافة No More Duplicates

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

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

                        Sometimes you might forget that you have already downloaded certain files which creates duplicates in your hard drive. This small and lightweight extension helps you to avoid these duplicate downloads and can even save you some bandwidth.

When initiating a download the extension will check if the file already exists. If it does exist, you will be provided with a few options whether you want to download it anyway or open the already existing file.

Simple and elegant!                    

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

الاسم No More Duplicates No More Duplicates
ID cjbfhofimhehhnllibmhammbemaboleh
عنوان URL الرسمي https://chromewebstore.google.com/detail/no-more-duplicates/cjbfhofimhehhnllibmhammbemaboleh
الوصف Avoid downloads of files you already have!
حجم الملف 12.03 KB
عدد التثبيتات 10,000
النسخة الحالية 1.4
آخر تحديث 2020-03-27
تاريخ النشر 2020-03-27
تقييم 3.85/5 مجموع تقييمات 48
المطور Jakob Sennerby
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png",
        "16": "images\/icon16.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "downloads",
        "downloads.open",
        "notifications"
    ],
    "web_accessible_resources": [
        "js\/*",
        "images\/*"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "version": "1.4",
    "description": "__MSG_extDescription__",
    "default_locale": "en"
}