Image Gallery Saver Firefox

Examine source code of Image Gallery Saver

Inspect and view changes in Image Gallery Saver source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Image Gallery Saver",
  "version": "2.5.3",
  "description": "Save all images from any page with filters and organization",
  "author": "Production AI Generator",
  "homepage_url": "https://example.com",
  "browser_specific_settings": {
    "gecko": {
      "id": "image-gallery-saver-wl3l9m7a@firefox.extension",
      "strict_min_version": "101.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "tabs",
    "sessions",
    "storage",
    "unlimitedStorage",
    "<all_urls>",
    "bookmarks",
    "history",
    "notifications",
    "webRequest",
    "webRequestBlocking",
    "contextMenus"
  ],
  "browser_action": {
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "64": "icons/icon-64.png",
      "128": "icons/icon-128.png"
    },
    "default_title": "Image Gallery Saver",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "scripts": [
      "background.js",
      "lib/utils.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_end"
    }
  ],
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "64": "icons/icon-64.png",
    "128": "icons/icon-128.png"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y"
      }
    },
    "quick-action": {
      "suggested_key": {
        "default": "Ctrl+Shift+Q"
      },
      "description": "Quick action"
    }
  }
}

Best Image Gallery Saver Alternatives

Here are some Firefox add-ons that are similar to Image Gallery Saver: