Cypher Safety Blocker

Cypher Safety Blocker

Cypher Safety Blocker Keep Your Kids Safe While They Browse The Internet. It will help you to protect your child to see 18+ Sites

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Cypher Safety Blocker",
  "description": "Cypher Safety Blocker Keep Your Kids Safe While They Browse The Internet. It will help you to protect your child to see 18+ Sites",
  "version": "2.1",
  "manifest_version": 3,
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "blocker.js"
      ]
    }
  ],
  "permissions": [
    "activeTab"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": "images/icon.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}