Twitter Bird Firefox

Examine source code of Twitter Bird

By: Akilesh
Inspect and view changes in Twitter Bird source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Twitter Bird",
  "description": "Twitter bird extension that replaces the X logo with the Twitter bird.",
  "version": "1.0",
  "manifest_version": 3,
  "browser_specific_settings": {
    "gecko": {
      "id": "{8ce97d3c-2a0e-42ea-839e-17f58cbbd869}"
    }
  },
  "icons": {
    "48": "/assets/twitter.png",
    "128": "/assets/twitter.png"
  },
  "action": {
    "default_popup": "/hello.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "/assets/twitter.png",
        "/assets/twitter-favicon.png",
        "/assets/lamento.png"
      ],
      "matches": [
        "https://twitter.com/*"
      ]
    }
  ],
  "content_scripts": [
    {
      "js": [
        "script/index.js"
      ],
      "matches": [
        "https://twitter.com/*"
      ]
    }
  ]
}

Best Twitter Bird Alternatives

Here are some Firefox add-ons that are similar to Twitter Bird: