Twitter-feed Block Firefox

Examine source code of Twitter-feed Block

By: MperorM
Inspect and view changes in Twitter-feed Block source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Twitter-feed Block",
  "version": "1.0",
  "description": "Blocks all of twitter except direct links to posts.",
  "icons": {
    "48": "twitter.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://twitter.com/*"
      ],
      "js": [
        "twitter_block.js"
      ]
    }
  ]
}

Best Twitter-feed Block Alternatives

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