Request Delay Manager Firefox

Examine source code of Request Delay Manager

By: RR88
Inspect and view changes in Request Delay Manager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Request Delay Manager",
  "version": "1.0",
  "description": "Customize and add delays to web requests based on specific domains or patterns.",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "*://*/*",
    "storage",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon.png"
    }
  },
  "icons": {
    "48": "icons/icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{cd4d64a3-f8ef-43b9-8ca2-f41b29ff1bca}"
    }
  }
}

Best Request Delay Manager Alternatives

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