Shopee Save - Download Product Images & Video

Shopee Save - Download Product Images & Video

Download Shopee Product Images & Videos. The most popular tool for Shopee!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Shopee Save - Download Product Images & Video",
  "version": "3.0.21",
  "default_locale": "en",
  "description": "Download Shopee Product Images & Videos. The most popular tool for Shopee!",
  "author": "Shopee Save",
  "options_page": "options.html",
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
  },
  "background": {
    "service_worker": "assets/js/background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "assets/js/vendors.js",
        "assets/js/content_scripts.js"
      ],
      "css": [
        "assets/css/app.css"
      ],
      "run_at": "document_end"
    }
  ],
  "action": {
    "default_title": "Shopee Save - Download Product Images & Video",
    "default_popup": "index.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "storage",
    "webRequest",
    "downloads",
    "contextMenus"
  ],
  "host_permissions": [
    "<all_urls>"
  ]
}