Command Line Get (CLG) Firefox

Examine source code of Command Line Get (CLG)

By: Me
Inspect and view changes in Command Line Get (CLG) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Command Line Get (CLG)",
  "description": "Adds a context menu option to generate download commands to any link for wget / curl / aria.",
  "version": "0.0.10resigned1",
  "homepage_url": "https://github.com/commandlineget/commandlineget",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "activeTab",
    "contextMenus",
    "clipboardWrite",
    "cookies",
    "<all_urls>",
    "storage",
    "webRequest",
    "webRequestBlocking"
  ],
  "applications": {
    "gecko": {
      "id": "mycliget@example.com",
      "strict_min_version": "55.0"
    }
  }
}

Best Command Line Get (CLG) Alternatives

Here are some Firefox add-ons that are similar to Command Line Get (CLG):