Image Size Analyzer Firefox

Examine source code of Image Size Analyzer

By: Bridget
Inspect and view changes in Image Size Analyzer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extensionName__",
  "version": "1.0.0",
  "description": "__MSG_extensionDescription__",
  "action": {
    "default_popup": "popup/popup.html"
  },
  "icons": {
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "background": {
    "scripts": [
      "background/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{681b20c5-f1fd-2b84-b32e-b1c06528f9ec}",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Image Size Analyzer Alternatives

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