DOM Change Highlighte Firefox

Examine source code of DOM Change Highlighte

Inspect and view changes in DOM Change Highlighte source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "DOM Change Highlighte",
  "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 Highlighte",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{ee908359-1f4a-4bd1-9b0c-f2f03802befb}",
      "strict_min_version": "90.0"
    }
  }
}

Best DOM Change Highlighte Alternatives

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