Simple Content Blocker - S.C.B

Simple Content Blocker - S.C.B

With Simple Content Blocker you will be able to block Notifications, Popups, Images, Cookies, Camera, Microphone and Location access

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Simple Content Blocker - S.C.B",
  "version": "2.1",
  "short_name": "SCB",
  "description": "With Simple Content Blocker you will be able to block Notifications, Popups, Images, Cookies, Camera, Microphone and Location access",
  "permissions": [
    "storage",
    "contentSettings"
  ],
  "icons": {
    "16": "/image/icon/16.png",
    "24": "/image/icon/24.png",
    "32": "/image/icon/32.png",
    "48": "/image/icon/48.png",
    "64": "/image/icon/64.png",
    "128": "/image/icon/128.png",
    "256": "/image/icon/256.png",
    "512": "/image/icon/512.png"
  },
  "action": {
    "default_title": "SCB",
    "default_icon": {
      "16": "/image/icon/16.png",
      "24": "/image/icon/24.png",
      "32": "/image/icon/32.png",
      "48": "/image/icon/48.png",
      "64": "/image/icon/64.png",
      "128": "/image/icon/128.png",
      "256": "/image/icon/256.png",
      "512": "/image/icon/512.png"
    },
    "default_popup": "/popup/popup.html"
  },
  "manifest_version": 3,
  "homepage_url": "https://www.kodemuse.dev/simple-content-blocker/",
  "background": {
    "service_worker": "/background/background_sw.js"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}