Porn Blocker

Porn Blocker

PornBlocker is a plugin that prevents you from viewing pornographic sites. When you open a porn site, redirect to the useful site.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Porn Blocker",
  "description": "PornBlocker is a plugin that prevents you from viewing pornographic sites. When you open a porn site, redirect to the useful site.",
  "version": "1.0.1",
  "icons": {
    "16": "blocker.png",
    "48": "blocker.png",
    "128": "blocker.png"
  },
  "action": {
    "default_popup": "index.html"
  },
  "permissions": [
    "storage",
    "tabs",
    "webNavigation",
    "alarms"
  ],
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  }
}