No Trend Twitter Firefox

Examine source code of No Trend Twitter

Inspect and view changes in No Trend Twitter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "No Trend Twitter",
  "version": "1.0",
  "manifest_version": 2,
  "description": "An extension to hide the Twitter Trending Topics",
  "icons": {
    "48": "icon.png",
    "96": "icon.png"
  },
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://twitter.com/*"
      ],
      "css": [
        "hide.css"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "No Trend Twitter",
    "default_icon": "icon.png"
  }
}

Best No Trend Twitter Alternatives

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