twicord embed Firefox

Examine source code of twicord embed

Inspect and view changes in twicord embed source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "twicord embed",
  "version": "1.1",
  "description": "automatically replace x.com / twitter.com post links with fxtwitter.com when you copy a link on the site",
  "icons": {
    "48": "icon-48.png"
  },
  "permissions": [
    "clipboardWrite"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://x.com/*",
        "*://*.x.com/*",
        "*://twitter.com/*",
        "*://*.twitter.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_action": {
    "default_icon": {
      "48": "icon-48.png"
    },
    "default_title": "twicord embed"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "fxtwitter-copy@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best twicord embed Alternatives

Here are some Firefox add-ons that are similar to twicord embed: