InstaX Embed Fixer Firefox

Examine source code of InstaX Embed Fixer

By: Hassaan
Inspect and view changes in InstaX Embed Fixer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Discord Embed Fixer",
  "version": "1.4",
  "description": "Modifies copied Instagram and Twitter links to use embed-friendly domains (kkinstagram, fixupx).",
  "permissions": [
    "clipboardWrite"
  ],
  "host_permissions": [
    "*://*.instagram.com/*",
    "*://*.twitter.com/*",
    "*://*.x.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "discord-embed-fixer@mhhassaan.github.com",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.instagram.com/*",
        "*://*.twitter.com/*",
        "*://*.x.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "page_script.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}

Best InstaX Embed Fixer Alternatives

Here are some Firefox add-ons that are similar to InstaX Embed Fixer: