JS Analyzer Firefox

Examine source code of JS Analyzer

By: Faxcel
Inspect and view changes in JS Analyzer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "JS Analyzer",
  "version": "1.0",
  "description": "Scan JavaScript files for API endpoints and credentials.",
  "permissions": [
    "scripting",
    "activeTab"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon.png",
      "48": "icon.png",
      "128": "icon.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{e0e8e0e8-0000-4000-a000-000000000000}",
      "strict_min_version": "109.0"
    }
  }
}

Best JS Analyzer Alternatives

Here are some Firefox add-ons that are similar to JS Analyzer: