ScrapeBot 2.0.5

ScrapeBot 2.0.5

ScrapeBot allows you to easily browse and bulk download images. ScrapeBot makes the process a breeze.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "ScrapeBot 2.0.5",
  "version": "2.0.5",
  "description": "ScrapeBot allows you to easily browse and bulk download images. ScrapeBot makes the process a breeze.",
  "permissions": [
    "<all_urls>",
    "storage",
    "activeTab",
    "tabs",
    "scripting"
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+I",
        "mac": "MacCtrl+Shift+I"
      },
      "description": "ScrapeBot \n Shortcut Key: Ctrl + Shift + I"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "images/icon.png",
        "views/output.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "action": {
    "default_title": "ScrapeBot\nShortcut Key: Ctrl+Shift+I",
    "default_popup": "views/app.html"
  },
  "content_security_policy": {},
  "host_permissions": [
    "http://*/",
    "https://*/"
  ]
}