Fast Native Download Manager Firefox

Examine source code of Fast Native Download Manager

Inspect and view changes in Fast Native Download Manager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Fast Native Download Manager",
  "description": "Intercept downloads and send links to Fast Native Download Manager from Firefox.",
  "version": "1.0.0",
  "permissions": [
    "activeTab",
    "contextMenus",
    "cookies",
    "downloads",
    "menus",
    "notifications",
    "tabs",
    "webRequest",
    "http://*/*",
    "https://*/*",
    "http://127.0.0.1:51237/*",
    "http://localhost:51237/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
  ],
  "browser_action": {
    "default_title": "Fast Native Download Manager",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon-16.png",
      "32": "icon-32.png",
      "48": "icon-48.png",
      "128": "icon-128.png"
    }
  },
  "icons": {
    "16": "icon-16.png",
    "32": "icon-32.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "applications": {
    "gecko": {
      "id": "fast-native-download-manager@itworksig.github.io",
      "strict_min_version": "109.0"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "fast-native-download-manager@itworksig.github.io",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "browsingActivity",
          "websiteContent"
        ]
      }
    }
  }
}

Best Fast Native Download Manager Alternatives

Here are some Firefox add-ons that are similar to Fast Native Download Manager: