Aria2 Integration Extension Firefox

Examine source code of Aria2 Integration Extension

By: z.l
Inspect and view changes in Aria2 Integration Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Aria2 Integration Extension",
  "version": "0.6.0",
  "icons": {
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "permissions": [
    "tabs",
    "contextMenus",
    "notifications",
    "storage",
    "downloads"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "background": {
    "scripts": [
      "background/index.js"
    ],
    "type": "module"
  },
  "commands": {
    "open_detail": {
      "description": "Open AriaNg"
    }
  },
  "action": {
    "default_popup": "index.html",
    "default_title": "Aria2Ex"
  },
  "options_ui": {
    "page": "index.html#/setting",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{9e3f5f09-a4c6-43c2-8715-cac81530a5ce}"
    }
  }
}

Best Aria2 Integration Extension Alternatives

Here are some Firefox add-ons that are similar to Aria2 Integration Extension: