Aria2 Explorer

Speed up your downloads with Aria2, manage your download tasks easily.

Aria2 Explorerคืออะไร?

Aria2 Explorer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://aria2e.com และคุณลักษณะหลักของมันคือ "Speed up your downloads with Aria2, manage your download tasks easily."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Aria2 Explorer

ดาวน์โหลดไฟล์ส่วนขยาย Aria2 Explorer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Aria2-Explorer captures browser's download action and exports it to Aria2 via JSON-RPC interfaces to complete download task. 

Aria2 is a lightweight multi-protocol & multi-source command-line download utility. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink. 

Usage Procedures:

1. For Windows, please download Aria2 Manager: https://github.com/alexhua/aria2-manager.
    Other platform, please download Aria2 utility: https://github.com/aria2/aria2/releases/latest.
2. For Windows, please run Aria2Manager.exe. Other platform, please run Aria2 in the Terminal with typing aria2c --enable-rpc.
3. Install this Chrome extension.
4. Enable auto-capture on the extension options page and configure others as you need. 

(For Motrix user, please use http://localhost:16800/jsonprc as the RPC URL)

After these steps, you could enjoy the multi-threads and BT download experience inside the Chrome. 

Warning: Please turn off auto-capture function, when you are using other extension to download network resources. Otherwise, there will be conflict and exception arisen.


Features: [ ZERO collection of user data and privacy ]
1. Auto capture browser download tasks
    - Capture notification
    - Support magnet links
    - Toggle auto-capture by shortcut (Default: Alt+A)
    - Set all Aria2 options manually before download
    - Filter task by the domain, file extensions or file sizes
      Filter priority: domain > file-ext > file-size, white-list > black-list

2. Auto-select Aria2 RPC server by matching the preset download URL pattern

3. Built-in Aria2 front-end: AriaNG, multiple present styles: popup, new tab, new window

4. Synchronize and store all settings on the cloud

5. Support for zh-CN/zh-TW/en languages

6. Monitor Aria2 download status via icon badge

7. Batch export webpage (Image·Audio·Video·Magnet) links from context menu

8. Receive download requests from other extensions

9. Support shortcuts in the options page (Save:Alt+S Reset:Alt+R Download:Alt+J Upload:Alt+U)

10. Dowload via browser if Aria2 is not connected


Update log:

https://github.com/alexhua/Aria2-Explorer/releases


Contribution is welcome.

Github: https://github.com/alexhua/Aria2-Explorer

Tips for business: To potential acquirers/cooperators: This extension is not for sale nor collecting user's privacy and also not inject content to user's web result. Pure business promotion is welcome, thanks.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Aria2 Explorer Aria2 Explorer
ID mpkodccbngfoacfalldjimigbofkhgjn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/aria2-explorer/mpkodccbngfoacfalldjimigbofkhgjn
คำอธิบาย Speed up your downloads with Aria2, manage your download tasks easily.
ขนาดไฟล์ 1.4 MB
จำนวนการติดตั้ง 73,417
เวอร์ชันปัจจุบัน 2.4.0
อัปเดตครั้งล่าสุด 2024-02-28
วันที่เผยแพร่ 2020-06-22
คะแนน 4.58/5 รวมทั้งหมด 250 คะแนน
ผู้พัฒนา https://aria2e.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://ui.aria2e.com
URL หน้าช่วยเหลือ https://github.com/alexhua/Aria2-Explorer/issues?q=label%3AFAQ+sort%3Acreated-asc
URL หน้านโยบายความเป็นส่วนตัว https://www.aria2e.com
ภาษาที่รองรับ en,uk,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "A2E",
    "version": "2.4.0",
    "manifest_version": 3,
    "minimum_chrome_version": "100.0.0",
    "default_locale": "en",
    "description": "__MSG_description__",
    "options_page": "options.html",
    "permissions": [
        "cookies",
        "tabs",
        "notifications",
        "contextMenus",
        "downloads",
        "storage",
        "system.display",
        "scripting",
        "power"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "64": "images\/logo64.png"
        },
        "default_title": "__MSG_appName__"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self';object-src 'self';"
    },
    "icons": {
        "128": "images\/logo128.png",
        "32": "images\/logo32.png",
        "64": "images\/logo64.png"
    },
    "commands": {
        "toggle-capture": {
            "suggested_key": {
                "default": "Alt+A"
            },
            "description": "__MSG_toggleCapture__"
        }
    },
    "externally_connectable": {
        "ids": [
            "*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/magnet.js",
                "magnet.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}