Redirect Twitter Share to Bluesky (Unofficial) Firefox

Examine source code of Redirect Twitter Share to Bluesky (Unofficial)

Inspect and view changes in Redirect Twitter Share to Bluesky (Unofficial) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Redirect Twitter Share to Bluesky",
  "version": "1.6.0",
  "description": "When clicking in a 'Post to Twitter/X' button, replaces the url to post in Bluesky",
  "permissions": [
    "declarativeNetRequestWithHostAccess",
    "tabs",
    "activeTab",
    "scripting"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": {
      "16": "share-16.png",
      "24": "share-24.png",
      "32": "share-32.png",
      "48": "share-48.png"
    },
    "default_title": "Share to Bluesky"
  },
  "host_permissions": [
    "*://x.com/intent*",
    "*://twitter.com/intent*",
    "*://x.com/share*",
    "*://twitter.com/share*"
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_1",
        "enabled": true,
        "path": "rules.json"
      }
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "48": "share-48.png",
    "128": "share-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "share.notx.blue@joseli.to",
      "strict_min_version": "113.0"
    }
  }
}

Best Redirect Twitter Share to Bluesky (Unofficial) Alternatives

Here are some Firefox add-ons that are similar to Redirect Twitter Share to Bluesky (Unofficial):