Non-educational site blocker Firefox

Examine source code of Non-educational site blocker

By: Ayush
Inspect and view changes in Non-educational site blocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Non-educational site blocker",
  "description": "Block all the non-educational site possible",
  "version": "1.0.0",
  "icons": {
    "16": "/icons/16.png",
    "32": "/icons/32.png",
    "48": "/icons/48.png",
    "128": "/icons/128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "/icons/16.png",
      "32": "/icons/32.png",
      "48": "/icons/48.png",
      "128": "/icons/128.png"
    },
    "default_title": "Non-edu!"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "lists.js",
        "firebaseStuff.js",
        "linkManager.js",
        "porNo.js",
        "NSFWSubredditDetection.js",
        "NSFWScrolllerDetection.js"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "storage",
    "tabs"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{ae5e3336-0fa2-4c33-a80e-0bcee1bec1ae}"
    }
  }
}

Best Non-educational site blocker Alternatives

Here are some Firefox add-ons that are similar to Non-educational site blocker: