Twitter Image Downloader Firefox

Examine source code of Twitter Image Downloader

Inspect and view changes in Twitter Image Downloader source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Twitter Image Downloader",
  "short_name": "TwiImgDLer",
  "version": "2.2.13",
  "description": "Download and rename original images on your Twitter timeline",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "background": {
    "scripts": [
      "dist/background.bundle.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://twitter.com/*",
        "https://pro.twitter.com/*",
        "https://x.com/*",
        "https://pro.x.com/*"
      ],
      "js": [
        "dist/content.bundle.js"
      ],
      "run_at": "document_start"
    }
  ],
  "options_ui": {
    "page": "dist/options.html"
  },
  "permissions": [
    "contextMenus",
    "downloads",
    "storage"
  ],
  "host_permissions": [
    "https://twitter.com/",
    "https://pro.twitter.com/",
    "https://x.com/",
    "https://pro.x.com/"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{905ac796-d4c9-4f71-a93c-1e5a1ed2050a}",
      "strict_min_version": "57.0"
    }
  }
}

Best Twitter Image Downloader Alternatives

Here are some Firefox add-ons that are similar to Twitter Image Downloader: