X → FixVx Link Copier Firefox

Examine source code of X → FixVx Link Copier

By: HENBER Add-on
Inspect and view changes in X → FixVx Link Copier source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "X → FixVx Link Copier",
  "description": "Automatically rewrites copied X/Twitter links to fixvx.com (no ads, no tracking, no login walls).",
  "version": "1.2",
  "icons": {
    "128": "icon.png"
  },
  "permissions": [
    "clipboardWrite",
    "*://x.com/*",
    "*://twitter.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://x.com/*",
        "*://twitter.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "x-to-fixvx@account.com",
      "strict_min_version": "91.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best X → FixVx Link Copier Alternatives

Here are some Firefox add-ons that are similar to X → FixVx Link Copier: