DOM Change Highlighter Firefox

Examine source code of DOM Change Highlighter

Inspect and view changes in DOM Change Highlighter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "DOM Change Highlighter",
  "description": "Highlight newly added or modified elements on the page in real time",
  "version": "1.0",
  "icons": {
    "64": "icons/icon-64.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "storage",
    "activeTab"
  ],
  "browser_action": {
    "default_icon": "icons/icon-64.png",
    "default_title": "DOM Change Highlighter",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{41669122-647e-4ffc-80b9-2e361e1236e1}",
      "strict_min_version": "90.0"
    }
  }
}

Best DOM Change Highlighter Alternatives

Here are some Firefox add-ons that are similar to DOM Change Highlighter: