Inject2Download Firefox

Examine source code of Inject2Download

Inspect and view changes in Inject2Download source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Inject2Download",
  "description": "video url grabber",
  "version": "1.0",
  "icons": {
    "64": "icons/icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.mozilla.org/*"
      ],
      "js": [
        "content_script.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": {
      "64": "icons/icon.png"
    },
    "default_popup": "browserAction/index.html",
    "default_title": "Inject2Download"
  },
  "web_accessible_resources": [
    "public/**/*.png",
    "public/**/*",
    "public/*",
    "*",
    "public/**/*.jpg",
    "public/*.woff2"
  ],
  "page_action": {
    "default_icon": {
      "64": "icons/icon.png"
    },
    "default_popup": "content_script.js",
    "default_title": "Inject2Download"
  }
}

Best Inject2Download Alternatives

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