HTTP Request Blocker and Delayer Firefox

Examine source code of HTTP Request Blocker and Delayer

Inspect and view changes in HTTP Request Blocker and Delayer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "author": "Liang Shaozhan",
  "name": "HTTP Request Blocker and Delayer",
  "description": "This's a devtools extension to introduce delay or blocking for http requests, based on configuration of URL patterns and delay time",
  "version": "1.0.1",
  "icons": {
    "16": "logo.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "webRequest",
    "*://*/*",
    "webRequestBlocking"
  ],
  "devtools_page": "devtoolpage.html"
}

Best HTTP Request Blocker and Delayer Alternatives

Here are some Firefox add-ons that are similar to HTTP Request Blocker and Delayer: