HTML Comment Finder Firefox

Examine source code of HTML Comment Finder

By: VRZ
Inspect and view changes in HTML Comment Finder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Comment Finder",
  "description": "Finds all HTML, CSS and JavaScript comments on a webpage.",
  "homepage_url": "https://github.com/AstralVRZ/html-comment-finder",
  "version": "2.2",
  "permissions": [
    "activeTab"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "background": {
    "page": "background.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "CommentFinder@astralvrz.github.io"
    }
  },
  "icons": {
    "128": "assets/images/comments_found.png"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "assets/js/html_comments.js",
        "assets/js/css_comments.js",
        "assets/js/js_comments.js",
        "assets/js/extension.js"
      ]
    }
  ]
}

Best HTML Comment Finder Alternatives

Here are some Firefox add-ons that are similar to HTML Comment Finder: