Twitter / X Original Image Downloader Firefox

Examine source code of Twitter / X Original Image Downloader

Inspect and view changes in Twitter / X Original Image Downloader source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Twitter / X Original Image Downloader",
  "description": "Adds a download button for original quality images, sniffs png format automatically",
  "version": "0.0.1",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "activeTab",
    "downloads"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.twitter.com/*",
        "*://*.x.com/*"
      ],
      "all_frames": true,
      "js": [
        "content_scripts/button.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "twitter-original-image-downloader@rb",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Twitter / X Original Image Downloader Alternatives

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