Adding Random Padding Firefox

Examine source code of Adding Random Padding

By: Javan Add-on
Inspect and view changes in Adding Random Padding 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": "Adding Random Padding",
  "version": "1",
  "author": "javan.de",
  "description": "Adding a random padding to any request.",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "storage",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Request Padding",
    "default_icon": {
      "48": "media/button-48.png"
    }
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "applications": {
    "gecko": {
      "id": "request-padding@javan.de"
    }
  }
}

Best Adding Random Padding Alternatives

Here are some Firefox add-ons that are similar to Adding Random Padding: