Internet Download Accelerator

Intercept downloads for Internet Download Accelerator, download a file or a group of files from the context menu.

ما هو Internet Download Accelerator؟

Internet Download Accelerator هو إضافة Chrome تم تطويرها بواسطة https://westbyte.com، والميزة الرئيسية لها هي "Intercept downloads for Internet Download Accelerator, download a file or a group of files from the context menu.".

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

screenshot
screenshot
screenshot

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

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

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

                        Download with Internet Download Accelerator* by clicking on the any file link. Enable or disable browser integration from the extension menu, set the minimum file size from the extension options.

Extension adds the ability to download using Internet Download Accelerator* specified file or group of files from the browser's context menu. After installing the plug-in a new section with items "Download link" and "Download all links with IDA" is added the context menu of Chrome.
Right-clicking on the link (example link) you will see a menu with 2 new items added:
- Select "Download link" if you want to download the selected file.
- Select "Download ALL links with IDA" if you want to download multiple files located on this page.
When entering the page with the video clip, if the video service is supported, extension button will be changed. Click on it and select “Download video”, you transfer the movie for download using Internet Download Accelerator*.

* The plug-in must be installed on the PC together with Internet Download Accelerator.                    

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

الاسم Internet Download Accelerator Internet Download Accelerator
ID fhjnbgadgmmffddcilnbmcieekimilcn
عنوان URL الرسمي https://chromewebstore.google.com/detail/internet-download-acceler/fhjnbgadgmmffddcilnbmcieekimilcn
الوصف Intercept downloads for Internet Download Accelerator, download a file or a group of files from the context menu.
حجم الملف 158 KB
عدد التثبيتات 37,164
النسخة الحالية 3.17.0
آخر تحديث 2024-02-10
تاريخ النشر 2019-04-11
تقييم 3.31/5 مجموع تقييمات 313
المطور https://westbyte.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://westbyte.com/ida/chrome/
عنوان صفحة سياسة الخصوصية https://westbyte.com/ida/chrome/privacy.htm
اللغات المدعومة en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "homepage_url": "https:\/\/westbyte.com\/ida\/chrome\/",
    "version": "3.17.0",
    "default_locale": "en",
    "icons": {
        "16": "ui\/assets\/icons\/download-master-16.png",
        "48": "ui\/assets\/icons\/download-master-48.png",
        "128": "ui\/assets\/icons\/download-master-128.png"
    },
    "minimum_chrome_version": "35",
    "permissions": [
        "alarms",
        "nativeMessaging",
        "notifications",
        "downloads",
        "downloads.open",
        "cookies",
        "storage",
        "contextMenus",
        "tabs",
        "activeTab",
        "webRequest",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end",
            "js": [
                "src\/content-script\/autostart.js"
            ],
            "css": [
                "src\/content-script\/dm-inject.css"
            ]
        },
        {
            "matches": [
                "ftp:\/\/*\/*"
            ],
            "run_at": "document_end",
            "js": [
                "src\/content-script\/autostart.js"
            ],
            "css": [
                "src\/content-script\/dm-inject.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "src\/lib\/chrome-promise.js",
            "src\/config.js",
            "src\/extension-controller.js",
            "src\/background.js",
            "src\/download-master-plugin.js",
            "src\/handle-video.js",
            "src\/context-menu.js",
            "src\/updater.js",
            "src\/downloads.js",
            "src\/commands.js"
        ]
    },
    "options_ui": {
        "page": "ui\/options.html",
        "open_in_tab": false,
        "chrome_style": true
    },
    "browser_action": {
        "default_title": "__MSG_extensionName__",
        "default_popup": "\/ui\/popup.html",
        "default_icon": {
            "19": "ui\/assets\/icons\/browser-action\/dm-19-enabled.png",
            "38": "ui\/assets\/icons\/browser-action\/dm-38-enabled.png"
        }
    },
    "commands": {
        "toggleStatePassToDownloadMaster": {
            "description": "Pass downloads to Internet Download Accelerator",
            "global": false,
            "suggested_key": {
                "default": "Ctrl+Shift+1"
            }
        }
    },
    "content_security_policy": "script-src 'self'; object-src 'self';",
    "web_accessible_resources": [
        "ui\/assets\/img\/*.png"
    ],
    "manifest_version": 2
}