Getthemall Image Downloader

Getthemall Image Downloader

Getthemall Image Downloader is Image Downloader.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "permissions": [
    "downloads",
    "activeTab",
    "scripting",
    "storage"
  ],
  "short_name": "GetThemall",
  "version": "2.11.00",
  "default_locale": "en_US",
  "description": "__MSG_appDesc__",
  "action": {
    "default_icon": {
      "16": "img/ico_16.png",
      "19": "img/ico_19.png",
      "48": "img/ico_48.png",
      "128": "img/ico_128.png"
    },
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "background.js"
      ]
    }
  ],
  "icons": {
    "16": "img/ico_16.png",
    "19": "img/ico_19.png",
    "48": "img/ico_48.png",
    "128": "img/ico_128.png"
  }
}