Shopee Downloader - Download Videos & Images

Shopee Downloader - Download Videos & Images

Save and Download Shopee Video & Images with onc click!

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_name__",
  "description": "__MSG_description__",
  "version": "1.0.0.3",
  "default_locale": "en",
  "content_scripts": [
    {
      "matches": [
        "https://shopee.co.id/*",
        "https://shopee.tw/*",
        "https://shopee.vn/*",
        "https://shopee.co.th/*",
        "https://shopee.ph/*",
        "https://shopee.com.my/*",
        "https://shopee.sg/*",
        "https://shopee.com.br/*",
        "https://shopee.com.mx/*",
        "https://shopee.com.co/*",
        "https://shopee.cl/*"
      ],
      "js": [
        "content-script/index.js"
      ],
      "css": [
        "content-script/index.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "background": {
    "service_worker": "background/index.js"
  },
  "action": {
    "default_title": "__MSG_name__",
    "default_popup": "popup/index.html",
    "default_icon": {
      "16": "icon/icon-16.png",
      "48": "icon/icon-16.png",
      "128": "icon/icon-16.png"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/*",
        "content-script/inject.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "16": "icon/icon-16.png",
    "32": "icon/icon-16.png",
    "48": "icon/icon-16.png",
    "128": "icon/icon-16.png",
    "300": "icon/icon-16.png",
    "500": "icon/icon-16.png"
  },
  "permissions": [
    "downloads",
    "storage"
  ]
}