Twitter One Click Block Firefox

Examine source code of Twitter One Click Block

Inspect and view changes in Twitter One Click Block source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "version": "2.6",
  "manifest_version": 2,
  "name": "Twitter One Click Block",
  "description": "Add a block button for a simple one click blocking.",
  "author": "A7med.me",
  "homepage_url": "http://A7med.me/",
  "applications": {
    "gecko": {
      "id": "A7med.me@gmail.com",
      "strict_min_version": "57.0"
    }
  },
  "content_security_policy": "script-src 'self'; object-src 'self';img-src 'self';style-src 'unsafe-inline';",
  "content_scripts": [
    {
      "js": [
        "jquery.min.js",
        "background.js"
      ],
      "css": [
        "style.css"
      ],
      "matches": [
        "*://*.twitter.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_action": {
    "browser_style": false,
    "default_icon": {
      "19": "icons/19.png",
      "38": "icons/38.png"
    },
    "default_title": "Twitter One Click Block",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  }
}

Best Twitter One Click Block Alternatives

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