Download All Downloads

Allows you to download all downloads on the page you are currently on.

ما هو Download All Downloads؟

Download All Downloads هو إضافة Chrome تم تطويرها بواسطة Wiley Rogs، والميزة الرئيسية لها هي "Allows you to download all downloads on the page you are currently on.".

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

screenshot

تحميل ملف CRX للإضافة Download All Downloads

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

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

                        Allows you to download all downloads on the page you are currently on.                    

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

الاسم Download All Downloads Download All Downloads
ID hainjkeoagfbofbpodkgchbogedlbcio
عنوان URL الرسمي https://chromewebstore.google.com/detail/download-all-downloads/hainjkeoagfbofbpodkgchbogedlbcio
الوصف Allows you to download all downloads on the page you are currently on.
حجم الملف 8.07 KB
عدد التثبيتات 22
النسخة الحالية 1.0
آخر تحديث 2019-05-19
تاريخ النشر 2019-05-15
المطور Wiley Rogs
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Download All Downloads",
    "version": "1.0",
    "description": "Allows you to download all downloads on the page you are currently on.",
    "manifest_version": 2,
    "permissions": [
        "downloads",
        "activeTab"
    ],
    "content_security_policy": "script-src 'self'; default-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": [],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "images\/image16.png",
        "48": "images\/image48.png"
    }
}