PureBrowse (Smart Porn Blocker) Firefox

Examine source code of PureBrowse (Smart Porn Blocker)

Inspect and view changes in PureBrowse (Smart Porn Blocker) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "PureBrowse",
  "version": "1.5",
  "description": "Blocks porn sites and redirects to a Bible verse page.",
  "permissions": [
    "tabs",
    "storage",
    "webNavigation",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "autocheck.js"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "blocked/ImgLoc/*.jpg"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{a4ebe945-4ecd-4f8a-9c85-1a8babf18401}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "48": "icon.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  }
}

Best PureBrowse (Smart Porn Blocker) Alternatives

Here are some Firefox add-ons that are similar to PureBrowse (Smart Porn Blocker):