auto-resume downloads

This extension allows the user to auto resume downloads that have failed due to non-human error.

ما هو auto-resume downloads؟

auto-resume downloads هو إضافة Chrome تم تطويرها بواسطة mabney11، والميزة الرئيسية لها هي "This extension allows the user to auto resume downloads that have failed due to non-human error.".

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

screenshot

تحميل ملف CRX للإضافة auto-resume downloads

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

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

                        This extension allows the user to auto resume downloads that have failed due to non-human error. Failed downloads will attempt to resume within one minute of failing.

Does not resume downloads that have been cancelled manually or that have been cancelled via browser shut down.                    

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

الاسم auto-resume downloads auto-resume downloads
ID cklhieaaomjcmlaeopmeidpfdjjogjaf
عنوان URL الرسمي https://chromewebstore.google.com/detail/auto-resume-downloads/cklhieaaomjcmlaeopmeidpfdjjogjaf
الوصف This extension allows the user to auto resume downloads that have failed due to non-human error.
حجم الملف 3.39 KB
عدد التثبيتات 11,989
النسخة الحالية 1.0.2
آخر تحديث 2018-08-25
تاريخ النشر 2018-08-24
تقييم 3.27/5 مجموع تقييمات 131
المطور mabney11
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "auto-resume downloads",
    "description": "This extension allows the user to auto resume downloads that have failed due to non-human error.",
    "version": "1.0.2",
    "background": {
        "scripts": [
            "auto-resume-download.js"
        ]
    },
    "permissions": [
        "downloads",
        "alarms"
    ]
}