Remove Twitter Trending Topics Firefox

Examine source code of Remove Twitter Trending Topics

Inspect and view changes in Remove Twitter Trending Topics source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "remove-twitter-trends",
  "description": "Switches Twitter trending topics off",
  "version": "1.0.1",
  "icons": {
    "64": "icons/icon512.png"
  },
  "background": {
    "scripts": [
      "browser-polyfill.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.twitter.com/*"
      ],
      "css": [
        "style.css"
      ],
      "js": [
        "browser-polyfill.js",
        "mithril.js",
        "content_script.js"
      ],
      "run_at": "document_end"
    }
  ],
  "options_ui": {
    "page": "options/index.html"
  },
  "permissions": [
    "webNavigation",
    "storage"
  ]
}

Best Remove Twitter Trending Topics Alternatives

Here are some Firefox add-ons that are similar to Remove Twitter Trending Topics: