jDM Firefox

Examine source code of jDM

Inspect and view changes in jDM source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "jdm@singh.com"
    }
  },
  "name": "jDM",
  "description": "Send your downloads to jDM (macOS App) to download files faster using dynamic segmentation technique.",
  "version": "3.0",
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "64": "images/icon64.png",
    "96": "images/icon96.png",
    "128": "images/icon128.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "js/content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "ftp://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_icon": {
      "16": "images/icon16.png",
      "32": "images/icon32.png",
      "64": "images/icon64.png"
    },
    "default_popup": "popup.html",
    "default_title": "jDM"
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": false
  },
  "permissions": [
    "tabs",
    "storage",
    "contextMenus",
    "webRequest",
    "downloads",
    "cookies",
    "http://*/*",
    "https://*/*",
    "ftp://*/*"
  ]
}

Best jDM Alternatives

Here are some Firefox add-ons that are similar to jDM: