Script Type Analyze Firefox

Examine source code of Script Type Analyze

Inspect and view changes in Script Type Analyze source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Script Type Analyze",
  "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 Analyze"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{3ea7b404-ceec-43bb-b4be-cea5fc9c4360}",
      "strict_min_version": "123.0"
    }
  }
}

Best Script Type Analyze Alternatives

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