Image Optimizer and Analyzer Firefox

Examine source code of Image Optimizer and Analyzer

Inspect and view changes in Image Optimizer and Analyzer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Image Optimizer and Analyzer",
  "version": "1.0",
  "description": "Analyze and optimize images on websites.",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "32": "icons/logo_32.png",
      "64": "icons/logo_64.png",
      "128": "icons/logo_128.png"
    }
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "icons/logo_32.png",
    "icons/logo_64.png",
    "icons/logo_128.png"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{16ec68d9-5097-4c9f-a0c1-979f74812c7d}"
    }
  }
}

Best Image Optimizer and Analyzer Alternatives

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