TweetDown Firefox

Examine source code of TweetDown

By: Vali
Inspect and view changes in TweetDown 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": "TweetDown",
  "version": "1.3.0",
  "description": "Download or copy video links from Twitter/X.com tweets",
  "icons": {
    "48": "icons/icon.png",
    "96": "icons/icon.png",
    "128": "icons/icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{9b1cad53-bfe5-4401-a71b-9651a8b3dc95}",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://twitter.com/*",
        "*://x.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "downloads",
    "clipboardWrite",
    "webRequest",
    "webRequestBlocking",
    "cookies",
    "*://x.com/*",
    "*://twitter.com/*"
  ]
}

Best TweetDown Alternatives

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