DOM Comment Viewer Firefox

Examine source code of DOM Comment Viewer

Inspect and view changes in DOM Comment Viewer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "DOM Comment Viewer",
  "version": "1.0",
  "description": "Displays all HTML comments (<!-- ... -->) on the current page.",
  "icons": {
    "64": "icons/icon64.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_icon": "icons/icon64.png",
    "default_popup": "popup.html",
    "default_title": "Show HTML Comments"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{88fec5ef-085e-4722-b7de-b6b69407645e}",
      "strict_min_version": "78.0"
    }
  }
}

Best DOM Comment Viewer Alternatives

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