HTTP Headers Customize Firefox

Examine source code of HTTP Headers Customize

제작자: fumidzuki
Inspect and view changes in HTTP Headers Customize source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "HTTP Headers Customize",
  "version": "1.0.3resigned1",
  "description": "'HTTP Headers Customize' extension rewrite http headers based on a rules.",
  "icons": {
    "48": "icons/icon-off-48.svg"
  },
  "developer": {
    "name": "fumidzuki",
    "url": "https://github.com/fumidzuki/http-headers-customize"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_action": {
    "browser_style": true,
    "default_title": "HTTP Headers Customize",
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self';",
  "browser_specific_settings": {
    "gecko": {
      "id": "{9a25dc0c-4775-422c-9c01-b6af1eddeeb0}"
    }
  }
}

최고의 HTTP Headers Customize 대안

다음은 HTTP Headers Customize과(와) 유사한 Firefox add-on입니다: