Request Delay Manager Firefox

Examine source code of Request Delay Manager

Par : RR88 Add-on
Inspect and view changes in Request Delay Manager 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 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}"
    }
  }
}

Meilleures alternatives Request Delay Manager

Voici quelques Firefox add-ons qui sont similaires à Request Delay Manager :