Easy Blur

Easy Blur

Blur parts of a web page, before taking screenshots or screen recordings

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Easy Blur",
  "version": "2.0.4",
  "description": "Blur parts of a web page, before taking screenshots or screen recordings",
  "permissions": [
    "activeTab",
    "storage",
    "contextMenus",
    "scripting"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": "images/icon.png"
  },
  "icons": {
    "128": "images/icon.png"
  },
  "background": {
    "service_worker": "background.js"
  }
}