All website image grabber - Ultimate

All website image grabber - Ultimate

An Amazing Chrome Extension To Fetch & Download All The Images From Any Website.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "All website image grabber - Ultimate",
  "version": "1.0",
  "description": "An Amazing Chrome Extension To Fetch & Download All The Images From Any Website.",
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "declarativeContent",
    "tabs",
    "activeTab",
    "<all_urls>",
    "downloads"
  ],
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "page_action": {
    "default_popup": "layout.html",
    "default_icon": {
      "16": "images/icon16.png",
      "32": "images/icon32.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    }
  }
}