Aria2 Explorer Firefox

Examine source code of Aria2 Explorer

By: ybbapp
Inspect and view changes in Aria2 Explorer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "__MSG_appName__",
  "short_name": "A2E",
  "version": "2.7.10",
  "manifest_version": 3,
  "default_locale": "en",
  "description": "__MSG_description__",
  "homepage_url": "https://aria2e.com",
  "options_page": "options.html",
  "host_permissions": [
    "<all_urls>"
  ],
  "icons": {
    "16": "images/logo16.png",
    "32": "images/logo32.png",
    "48": "images/logo48.png",
    "128": "images/logo128.png"
  },
  "action": {
    "default_icon": {
      "16": "images/logo16.png",
      "32": "images/logo32.png",
      "48": "images/logo48.png"
    },
    "default_title": "__MSG_appName__"
  },
  "commands": {
    "toggle-capture": {
      "suggested_key": {
        "default": "Alt+A"
      },
      "description": "__MSG_toggleCapture__"
    },
    "launch-aria2": {
      "suggested_key": {
        "default": "Alt+X"
      },
      "description": "__MSG_startAria2Str__"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "js/magnet.js",
        "magnet.html",
        "ui/ariang/logo512m.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "nicong@aspect.dev",
      "strict_min_version": "128.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "permissions": [
    "cookies",
    "tabs",
    "notifications",
    "contextMenus",
    "downloads",
    "storage",
    "scripting"
  ],
  "background": {
    "scripts": [
      "js/browser-polyfill.min.js",
      "background.js"
    ],
    "type": "module"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self';object-src 'self';"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/content/clickChecker.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ]
}

Best Aria2 Explorer Alternatives

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