Request Delayer Firefox

Examine source code of Request Delayer

Inspect and view changes in Request Delayer source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Request Delayer",
  "version": "1.0",
  "description": "Delays specific requests based on regex rules.",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "<all_urls>",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icon.png"
    },
    "default_title": "Request Delayer"
  },
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{80bf7ac3-947e-4275-a43c-00ef49f71a87}"
    }
  }
}

Best Request Delayer Alternatives

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