DOM Highlighter Firefox

Examine source code of DOM Highlighter

Inspect and view changes in DOM Highlighter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "DOM 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 Highlighter",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{dbd6c2fa-851c-4375-987f-9c3b2b6d8d50}",
      "strict_min_version": "90.0"
    }
  }
}

Best DOM Highlighter Alternatives

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