Tìm nguồn hàng - Thị Trường Sỉ

Tìm nguồn hàng - Thị Trường Sỉ

Tìm nguồn hàng sỉ của sản phẩm Shopee, Lazada, Tiki, Sendo

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Tìm nguồn hàng sỉ của sản phẩm Shopee, Lazada, Tiki, Sendo",
  "version": "1.0.3",
  "manifest_version": 3,
  "name": "Tìm nguồn hàng - Thị Trường Sỉ",
  "_options_page": "options.html",
  "background": {
    "service_worker": "background.bundle.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon-34.png"
  },
  "_chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "icons": {
    "128": "icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.lazada.vn/*",
        "*://*.shopee.vn/*",
        "*://*.tiki.vn/*",
        "*://*.sendo.vn/*",
        "*://*.thitruongsi.com/*"
      ],
      "js": [
        "contentScript.bundle.js"
      ],
      "css": [
        "content.styles.css"
      ],
      "run_at": "document_end"
    }
  ],
  "devtools_page": "devtools.html",
  "web_accessible_resources": [
    {
      "resources": [
        "content.styles.css",
        "icon-128.png",
        "icon-34.png",
        "have-better-prices-tag.png",
        "contentScript.bundle.js"
      ],
      "matches": []
    }
  ],
  "permissions": [
    "webNavigation",
    "storage",
    "identity"
  ]
}