IP Blocker

IP Blocker

Blocks all request to IP addresses. You have the option to allow all private IP addresses and to add IP addresses to an allow list

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "IP Blocker",
  "description": "Blocks all request to IP addresses. You have the option to allow all private IP addresses and to add IP addresses to an allow list",
  "manifest_version": 3,
  "version": "1.0.0",
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "declarativeNetRequest"
  ],
  "action": {
    "default_title": "IP Blocker",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/favicon16.png",
      "32": "/images/favicon32.png",
      "48": "/images/icon48.png",
      "128": "/images/icon128.png"
    }
  },
  "icons": {
    "16": "images/favicon16.png",
    "32": "images/favicon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}