X/Twitter quickshare and embed Firefox

Examine source code of X/Twitter quickshare and embed

Inspect and view changes in X/Twitter quickshare and embed source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "X / Twitter Copy and auto embed tweets",
  "version": "2.0",
  "description": "Adds a one-click copy link icon to every tweet. Copies as fxtwitter.com for auto-embedding.",
  "permissions": [
    "activeTab",
    "clipboardWrite"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://twitter.com/*",
        "https://x.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "quickcopylink@xtwitter",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best X/Twitter quickshare and embed Alternatives

Here are some Firefox add-ons that are similar to X/Twitter quickshare and embed: