XDown

Internet Downloader enables you to download a desired item with an Internet Download Manager (xdown) application.

ما هو XDown؟

XDown هو إضافة Chrome تم تطويرها بواسطة https://xdown.org، والميزة الرئيسية لها هي "Internet Downloader enables you to download a desired item with an Internet Download Manager (xdown) application.".

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

تحميل ملف CRX للإضافة XDown

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

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

                        Demonstrate downloads using the xdown plugin.                    

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

الاسم XDown XDown
ID eapmjcdkdlenhkbanlgacimfibbbiinc
عنوان URL الرسمي https://chromewebstore.google.com/detail/xdown/eapmjcdkdlenhkbanlgacimfibbbiinc
الوصف Internet Downloader enables you to download a desired item with an Internet Download Manager (xdown) application.
حجم الملف 27.08 KB
عدد التثبيتات 24,071
النسخة الحالية 2.0.0
آخر تحديث 2022-11-15
تاريخ النشر 2019-12-20
تقييم 4.81/5 مجموع تقييمات 16
المطور https://xdown.org
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.xdown.org
عنوان صفحة المساعدة https://xdown.org
اللغات المدعومة en,zh-CN
manifest.json
{
    "background": {
        "service_worker": "xdown_worker.js"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "homepage_url": "https:\/\/xdown.org",
    "icons": {
        "16": "images\/xdown_16.png",
        "24": "images\/xdown_24.png",
        "32": "images\/xdown_32.png",
        "48": "images\/xdown_48.png",
        "128": "images\/xdown_128.png"
    },
    "action": {
        "default_popup": "xdown_settings.html",
        "default_title": "XDown Manager"
    },
    "manifest_version": 3,
    "name": "XDown",
    "permissions": [
        "cookies",
        "nativeMessaging",
        "downloads",
        "contextMenus"
    ],
    "host_permissions": [
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.0",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "index.html"
            ]
        }
    ]
}