TwitterTweetFilter_WebExt Firefox

Examine source code of TwitterTweetFilter_WebExt

By: Leejo
Inspect and view changes in TwitterTweetFilter_WebExt source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "TwitterTweetFilter_WebExt",
  "version": "1.5resigned1",
  "description": "Hide tweets including specified words. (WebExtension)",
  "content_scripts": [
    {
      "matches": [
        "https://twitter.com/*",
        "https://twitter.com/search?*"
      ],
      "js": [
        "jquery-3.1.1.min.js",
        "contents.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{4cd75943-df25-4c45-92ce-c69843a58231}"
    }
  }
}

Best TwitterTweetFilter_WebExt Alternatives

Here are some Firefox add-ons that are similar to TwitterTweetFilter_WebExt: