Getthemall Image Downloader

Getthemall Image Downloader is Image Downloader.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "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_scripts": [
    {
      "js": [
        "background.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "default_locale": "en_US",
  "description": "__MSG_appDesc__",
  "icons": {
    "16": "img/ico_16.png",
    "19": "img/ico_19.png",
    "48": "img/ico_48.png",
    "128": "img/ico_128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "permissions": [
    "downloads",
    "activeTab",
    "scripting"
  ],
  "short_name": "GetThemall",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "version": "0.0.2"
}