http tracker Firefox

Examine source code of http tracker

제작자: Venu Madhav Add-on
Inspect and view changes in http tracker 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
{
  "author": "Venu Madhav",
  "background": {
    "scripts": [
      "/src/js/httpTrackerConstants.js",
      "/src/js/httpTrackerUtils.js",
      "/src/js/httpTrackerOpen.js"
    ]
  },
  "description": "Inspect HTTP request headers, cookies, data, response Headers, cookies and add/modify request headers before sending requests",
  "manifest_version": 2,
  "name": "HTTP-TRACKER",
  "permissions": [
    "storage",
    "webRequest",
    "<all_urls>",
    "webRequestBlocking",
    "tabs",
    "cookies"
  ],
  "version": "2.2.6",
  "browser_action": {
    "browser_style": true,
    "default_icon": {
      "16": "/src/assets/icon_320px.png",
      "32": "/src/assets/icon_320px.png"
    },
    "default_title": "HTTP-TRACKER : Inspect HTTP request headers, cookies, data, response Headers, cookies and add/modify request headers before sending requests"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+1"
      },
      "description": "Open HTTP-TRACKER if not opened, or bring to front if already opened"
    }
  },
  "options_ui": {
    "page": "/src/html/options.html",
    "open_in_tab": true
  },
  "icons": {
    "320": "/src/assets/icon_320px.png"
  }
}

최고의 http tracker 대안

다음은 http tracker과(와) 유사한 Firefox add-on입니다: