패스트셀러

패스트셀러

패스트셀러: 구매대행 상품 수집을 쉽고 빠르게

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "패스트셀러",
  "description": "패스트셀러: 구매대행 상품 수집을 쉽고 빠르게",
  "version": "0.2.20.0",
  "version_name": "0.2.20",
  "manifest_version": 3,
  "icons": {
    "16": "images/logo-16.png",
    "32": "images/logo-34.png",
    "48": "images/logo-48.png",
    "128": "images/logo-128.png"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/content-script-loader.chunk-a7c7cf19.38168dd9.js"
      ],
      "matches": [
        "https://*.ople.com/mall5/shop/*",
        "https://*.iherb.com/pr/*",
        "https://*.chemistwarehouse.com.au/buy/*",
        "https://www.myprotein.co.kr/*"
      ],
      "css": [
        "assets/index.ts.3ae62d77.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "images/logo-16.png",
        "images/logo-34.png",
        "images/logo-48.png",
        "images/logo-128.png",
        "injects/*.js",
        "images/ads/*.png",
        "images/*.png"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "https://*.chemistwarehouse.com.au/*",
        "https://*.iherb.com/*",
        "https://*.ople.com/*",
        "https://www.myprotein.co.kr/*"
      ],
      "resources": [
        "assets/chunk-bab395d5.js",
        "assets/chunk-a7c7cf19.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://auto-store.trippy.place/*",
    "https://*.ople.com/*",
    "https://*.iherb.com/*",
    "https://*.chemistwarehouse.com.au/*",
    "https://www.myprotein.co.kr/*",
    "https://*.amplitude.com/*"
  ]
}