Adding Random Padding Firefox

Examine source code of Adding Random Padding

제작자: Javan
Inspect and view changes in Adding Random Padding source codes across current and past versions
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"
    }
  }
}

최고의 Adding Random Padding 대안

다음은 Adding Random Padding과(와) 유사한 Firefox add-on입니다: