Script Type Analyzer Firefox

Examine source code of Script Type Analyzer

Inspect and view changes in Script Type Analyzer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Script Type Analyzer",
  "version": "1.0",
  "description": "Analyzes and counts <script> tags by type attribute on the page.",
  "icons": {
    "64": "icons/icon64.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "activeTab",
    "<all_urls>"
  ],
  "browser_action": {
    "default_icon": "icons/icon64.png",
    "default_popup": "popup.html",
    "default_title": "Script Type Analyzer"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "fd525019-5609-4a86-bb7c-38c1245c8c55@script-type-analyzer",
      "strict_min_version": "123.0"
    }
  }
}

Best Script Type Analyzer Alternatives

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