Random Referral Firefox

Examine source code of Random Referral

By: giangnd
Inspect and view changes in Random Referral source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Referer Random",
  "version": "1.32",
  "permissions": [
    "http://*/*",
    "https://*/*",
    "webRequest",
    "webRequestBlocking",
    "contextMenus",
    "storage"
  ],
  "background": {
    "page": "chrome/content/background.html"
  },
  "manifest_version": 2,
  "options_ui": {
    "page": "chrome/content/options.html"
  },
  "description": "Control the HTTP Referer on a per-site basis.",
  "browser_action": {
    "default_icon": {
      "19": "icons/icon-16.png",
      "38": "icons/icon-32.png"
    },
    "default_title": "Open Referer Random"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "chrome/content/blockJavascriptReferer.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{1f001c58-885e-40da-ac5b-316774a6c768}"
    }
  }
}

Best Random Referral Alternatives

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