Misstter (fork with bugfix) Firefox

Examine source code of Misstter (fork with bugfix)

Inspect and view changes in Misstter (fork with bugfix) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Misstter (fork)",
  "description": "Misstter (fork)",
  "version": "1.1.0",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icons/icon_16x16.png",
    "32": "icons/icon_32x32.png",
    "128": "icons/icon_128x128.png",
    "256": "icons/icon_256x256.png",
    "512": "icons/icon_512x512.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://twitter.com/*",
        "https://pro.twitter.com/*",
        "https://x.com/*",
        "https://pro.x.com/*"
      ],
      "js": [
        "js/vendor.js",
        "js/content_script.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "permissions": [
    "storage",
    "<all_urls>"
  ],
  "web_accessible_resources": [
    "misskey_icon.png"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{d32ec88e-5884-4cc1-8358-30307da19549}"
    }
  }
}

Best Misstter (fork with bugfix) Alternatives

Here are some Firefox add-ons that are similar to Misstter (fork with bugfix):