Refererer Firefox

Examine source code of Refererer

Inspect and view changes in Refererer 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": "Refererer",
  "version": "1.0",
  "description": "Displays HTTP Referer headers for all websites in a sidebar",
  "permissions": [
    "activeTab",
    "webRequest",
    "webRequestBlocking",
    "storage",
    "<all_urls>"
  ],
  "sidebar_action": {
    "default_panel": "sidebar.html",
    "default_title": "Refererer"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{a74f420b-6aa5-4e47-aed5-4ab36c809c88}"
    }
  }
}

Meilleures alternatives Refererer

Voici quelques Firefox add-ons qui sont similaires à Refererer :