Shopee Image Downloader

Shopee Image Downloader

Download Image From Shopee

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "homepage_url": "https://www.belajarshopee.com/",
  "default_locale": "en",
  "content_scripts": [
    {
      "matches": [
        "*://*.shopee.com/*",
        "*://*.shopee.vn/*",
        "*://*.shopee.tw/*",
        "*://*.shopee.ph/*",
        "*://*.shopee.sg/*",
        "*://*.shopee.co.id/*",
        "*://*.shopee.co.th/*",
        "*://*.shopee.com.br/*",
        "*://*.shopee.com.my/*"
      ],
      "js": [
        "content/index.js"
      ]
    }
  ],
  "background": {
    "persistent": true,
    "scripts": [
      "background/index1.js"
    ]
  },
  "permissions": [
    "*://*.shopee.com/*",
    "*://*.shopee.com.br/*",
    "*://*.shopee.com.my/*",
    "*://*.shopee.vn/*",
    "*://*.shopee.sg/*",
    "*://*.shopee.tw/*",
    "*://*.shopee.ph/*",
    "*://*.shopee.co.id/*",
    "*://*.shopee.co.th/*",
    "background",
    "downloads",
    "storage"
  ],
  "web_accessible_resources": [
    "shared/google-analytics-bundle.js"
  ],
  "icons": {
    "16": "$assets/icon16.png",
    "32": "$assets/icon48.png",
    "128": "$assets/icon128.png"
  },
  "name": "Shopee Image Downloader",
  "description": "Download Image From Shopee",
  "version": "3"
}