Disable Twitter Feed Firefox

Examine source code of Disable Twitter Feed

Inspect and view changes in Disable Twitter Feed source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Disable Twitter Feed",
  "version": "1.0",
  "description": "Removes the timeline on Twitter's homepage.",
  "content_scripts": [
    {
      "matches": [
        "*://*.twitter.com/*"
      ],
      "js": [
        "disablefeed.js"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "48": "icon.png",
    "96": "icon@2x.png"
  }
}

Best Disable Twitter Feed Alternatives

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