No Focus Spying Firefox

Examine source code of No Focus Spying

Inspect and view changes in No Focus Spying source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "No Focus Spying",
  "description": "Prevent sites from being able to determine whether it is visible or not.",
  "version": "0.0.2",
  "icons": {
    "48": "icon48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "all_frames": true,
      "js": [
        "noFocusSpying.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_action": {
    "default_icon": "icon48.png",
    "default_title": "No Focus Spying",
    "default_popup": "popup.html",
    "browser_style": true
  }
}

Best No Focus Spying Alternatives

Here are some Firefox add-ons that are similar to No Focus Spying: