DOM Update Highlighter

DOM Update Highlighter

Highlight DOM elements that are being updated

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "DOM Update Highlighter",
  "description": "Highlight DOM elements that are being updated",
  "version": "1.0.3",
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_title": "Highlight DOM changes on this webpage as they happen"
  },
  "manifest_version": 3,
  "icons": {
    "32": "icon32.png",
    "64": "icon64.png",
    "128": "icon128.png"
  }
}