Send to Aria2 WE

Send to Aria2 server's json-rpc api

What is Send to Aria2 WE?

Send to Aria2 WE is a Chrome extension developed by wadefelix, and its main feature is "Send to Aria2 server's json-rpc api".

Extension Screenshots

screenshot

Download Send to Aria2 WE Extension CRX File

Download Send to Aria2 WE extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Right click on the download link, and select "Send to Aria2" options.
JSON-RPC address need to be configured for work.
"Send to Aria2 Save As ..." opens a dialog to rename the outputfile.                    

Extension Basic Information

Name Send to Aria2 WE Send to Aria2 WE
ID jnmclidmecdenkigbkfchhdhlnfhekpm
Official URL https://chromewebstore.google.com/detail/send-to-aria2-we/jnmclidmecdenkigbkfchhdhlnfhekpm
Description Send to Aria2 server's json-rpc api
File Size 13.33 KB
Installation Count 36
Current Version 0.3
Last Updated 2020-02-25
Publish Date 2020-02-25
Developer wadefelix
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Send to Aria2 WE",
    "description": "Send to Aria2 server's json-rpc api",
    "version": "0.3",
    "homepage_url": "https:\/\/github.com\/wadefelix\/SendToAria2",
    "author": "Ren Wei",
    "icons": {
        "16": "icons\/s2a2_black_16.png",
        "24": "icons\/s2a2_black_24.png",
        "32": "icons\/s2a2_black_32.png",
        "64": "icons\/s2a2_black_64.png",
        "128": "icons\/s2a2_black_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "contextMenus",
        "activeTab",
        "tabs",
        "storage",
        "notifications"
    ],
    "options_ui": {
        "page": "options.html"
    }
}