FENSE Security Firefox

Examine source code of FENSE Security

Inspect and view changes in FENSE Security source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "FENSE Security",
  "description": "A simple extension to easily block distracting websites and urls for Firefox.",
  "author": "TMA Solution",
  "version": "1.0",
  "web_accessible_resources": [
    "data/*.json",
    "scripts/*.js",
    "html/*.html"
  ],
  "browser_action": {
    "default_popup": "html/routingPage.html",
    "default_icon": {
      "16": "images/16.png",
      "32": "images/32.png",
      "48": "images/48.png",
      "64": "images/64.png"
    }
  },
  "icons": {
    "16": "images/16.png",
    "32": "images/32.png",
    "48": "images/48.png",
    "64": "images/64.png",
    "128": "images/128.png"
  },
  "background": {
    "scripts": [
      "scripts/background.js",
      "scripts/config.js",
      "scripts/global.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "scripts/content_script.js"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "webNavigation",
    "webRequest",
    "webRequestBlocking",
    "activeTab",
    "tabs",
    "<all_urls>"
  ],
  "devtools_page": "html/index.html"
}

Best FENSE Security Alternatives

Here are some Firefox add-ons that are similar to FENSE Security: