Netfencer Porn Block

Netfencer Porn Block

Anti-porn website blocker. block porn sites, Protect from offensive content and sex-adult websites.

Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": true,
    "scripts": [
      "js/jquery.min.js",
      "js/crypto-sha256.js",
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/logo-128.png",
    "default_popup": "popup.html",
    "default_title": "__MSG_extName__"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "js/content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": true,
      "js": [
        "js/overlay.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'  https://www.googletagmanager.com https://www.googletraveladservices.com https://www.google-analytics.com https://ssl.google-analytics.com https://analytics.google.com  https://www.google.com; object-src  https://www.google-analytics.com https://www.google.com 'self'",
  "default_locale": "en",
  "description": "__MSG_extDesc__",
  "icons": {
    "48": "images/logo-48.png",
    "64": "images/logo-64.png",
    "128": "images/logo-128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "options_page": "options.html",
  "options_ui": {
    "page": "options.html",
    "chrome_style": false
  },
  "permissions": [
    "<all_urls>",
    "unlimitedStorage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2021.6.7",
  "web_accessible_resources": [
    "*"
  ],
  "homepage_url": "https://www.netfencer.com"
}