Downloads Accelerator

Improve your downloading experience!

ما هو Downloads Accelerator؟

Downloads Accelerator هو إضافة Chrome تم تطويرها بواسطة ericfridmrkt، والميزة الرئيسية لها هي "Improve your downloading experience!".

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

screenshot

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

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

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

                        Download Accelerator will let the user focus on the download elements on your page, with a single click
The extension will enlarge and bold the download elements in the user's page                    

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

الاسم Downloads Accelerator Downloads Accelerator
ID jddlghpiodebmdcmcojlclbgjghhlmnh
عنوان URL الرسمي https://chrome.google.com/webstore/detail/downloads-accelerator/jddlghpiodebmdcmcojlclbgjghhlmnh
الوصف Improve your downloading experience!
حجم الملف 16.46 KB
عدد التثبيتات 3,595
النسخة الحالية 1
آخر تحديث 2022-12-08
تاريخ النشر 2022-12-08
المطور ericfridmrkt
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://home.frelastinabuke.info/
عنوان صفحة المساعدة https://home.frelastinabuke.info/contact.html
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Improve your downloading experience!",
    "icons": {
        "128": "logo.png"
    },
    "action": {
        "default_icon": "logo.png",
        "default_title": "Downloads Accelerator",
        "default_popup": "popup.html"
    },
    "manifest_version": 3,
    "name": "Downloads Accelerator",
    "version": "1",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}