extension downloader Firefox

Examine source code of extension downloader

Inspect and view changes in extension downloader source codes across current and past versions
Vidego icon
Looking to download videos? Try the universal video downloader:
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "short_name": "Twitter Media Harvest",
  "description": "__MSG_appDesc__",
  "version": "3.2.3",
  "minimum_chrome_version": "73",
  "default_locale": "en",
  "icons": {
    "16": "assets/icons/icon16.png",
    "32": "assets/icons/icon32.png",
    "48": "assets/icons/icon48.png",
    "128": "assets/icons/icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "assets/icons/icon16.png",
      "32": "assets/icons/icon32.png",
      "48": "assets/icons/icon48.png",
      "128": "assets/icons/icon128.png"
    }
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "sw.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "http://twitter.com/*",
        "https://twitter.com/*",
        "http://mobile.twitter.com/*",
        "https://mobile.twitter.com/*",
        "http://tweetdeck.twitter.com/*",
        "https://tweetdeck.twitter.com/*"
      ],
      "js": [
        "main.js"
      ],
      "all_frames": true,
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "http://twitter.com/*",
    "https://twitter.com/*",
    "http://mobile.twitter.com/*",
    "https://mobile.twitter.com/*",
    "http://api.twitter.com/*",
    "https://api.twitter.com/*",
    "http://tweetdeck.twitter.com/*",
    "https://tweetdeck.twitter.com/*",
    "activeTab",
    "downloads",
    "cookies",
    "storage",
    "notifications"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{9119084f-88cf-49ea-9fe0-d74b43d67e2d}"
    }
  }
}

Best extension downloader Alternatives

Here are some Firefox add-ons that are similar to extension downloader: