DOM Changes Highlighter Firefox

Examine source code of DOM Changes Highlighter

Inspect and view changes in DOM Changes Highlighter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "DOM Changes 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 Changes Highlighter",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{967af156-d745-4eda-92cc-71c28f7b4935}",
      "strict_min_version": "90.0"
    }
  }
}

Best DOM Changes Highlighter Alternatives

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