KeywordBlocker for Twitter Firefox

Examine source code of KeywordBlocker for Twitter

Inspect and view changes in KeywordBlocker for Twitter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "KeywordBlocker for Twitter",
  "description": "Browser extension to block Twitter users depending on selected keywords",
  "version": "1.0.0",
  "manifest_version": 2,
  "icons": {
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "browser_action": {
    "default_title": "KeywordBlocker for Twitter",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://twitter.com/*"
      ],
      "js": [
        "content_script.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options/options.html",
    "chrome_style": true
  },
  "permissions": [
    "storage",
    "tabs",
    "https://*/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "keyword-blocker-001@keywordblocker.com"
    }
  }
}

Best KeywordBlocker for Twitter Alternatives

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