Smart Image Viewer Firefox

Examine source code of Smart Image Viewer

Inspect and view changes in Smart Image Viewer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Smart Image Viewer",
  "version": "1.0.0",
  "description": "Enhanced image viewing experience with zoom, filters, batch download, and advanced image management tools",
  "permissions": [
    "activeTab",
    "storage",
    "downloads",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_title": "Smart Image Viewer",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "web_accessible_resources": [
    "icons/*.png"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{4d60f2d4-1e19-41b0-91ad-4b52f2cc35dc}"
    }
  }
}

Best Smart Image Viewer Alternatives

Here are some Firefox add-ons that are similar to Smart Image Viewer: