Twitter Screenshot – Capture Tweets from X Firefox

Examine source code of Twitter Screenshot – Capture Tweets from X

Inspect and view changes in Twitter Screenshot – Capture Tweets from X source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "default_locale": "en",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "1.1.2",
  "permissions": [
    "activeTab",
    "clipboardWrite",
    "storage"
  ],
  "action": {
    "default_popup": "popup/popup.html",
    "default_title": "__MSG_appName__"
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://twitter.com/*",
        "https://x.com/*"
      ],
      "js": [
        "utils/constants.js",
        "utils/log.js",
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "icons/screenshot.svg",
        "icons/chrome.svg",
        "icons/promo/*"
      ],
      "matches": [
        "https://twitter.com/*",
        "https://x.com/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "x-screenshot@neocortex.ai",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Twitter Screenshot – Capture Tweets from X Alternatives

Here are some Firefox add-ons that are similar to Twitter Screenshot – Capture Tweets from X: