Shopee Hotato - Hỗ trợ người bán Shopee

Shopee Hotato - Hỗ trợ người bán Shopee

Shopee Hotato - Tải ảnh, video shopee chỉ với 1 click 1: Nghiên cứu lịch sử thay đổi giá của sản phẩm trên shopee 2: Xác định thời…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Shopee Hotato - Hỗ trợ người bán Shopee",
  "version": "1.3.7",
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "assets/logo16.png",
      "48": "assets/logo48.png",
      "128": "assets/logo128.png"
    },
    "default_title": "Shopee Hotato - Hỗ trợ người bán Shopee"
  },
  "icons": {
    "16": "assets/logo16.png",
    "48": "assets/logo48.png",
    "128": "assets/logo128.png"
  },
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "https://seller-vn.tiktok.com/*",
        "https://affiliate.tiktok.com/*",
        "https://shopee.vn/*",
        "https://www.1688.com/*",
        "https://factory.1688.com/*",
        "https://sale.1688.com/*",
        "https://detail.1688.com/*",
        "https://world.taobao.com/*",
        "https://item.taobao.com/*",
        "https://detail.tmall.com/*",
        "https://banhang.shopee.vn/*"
      ],
      "exclude_matches": [
        "https://banhang.shopee.vn/portal/*"
      ],
      "run_at": "document_end",
      "all_frames": true,
      "js": [
        "content-scripts/main.js"
      ],
      "css": [
        "content-scripts/main.aa3a75a0.css"
      ]
    }
  ],
  "permissions": [
    "tabs",
    "cookies",
    "declarativeNetRequest",
    "declarativeNetRequestWithHostAccess",
    "declarativeNetRequestFeedback",
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_1",
        "enabled": true,
        "path": "rules.json"
      }
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "/assets/icomoon.e947aed2.eot?3nno3",
        "/assets/icomoon.e947aed2.eot?3nno3#iefix",
        "/assets/icomoon.b315872b.ttf?3nno3",
        "/assets/icomoon.80732df5.woff?3nno3",
        "/assets/icomoon.c187614c.svg?3nno3#icomoon"
      ],
      "matches": [
        "https://seller-vn.tiktok.com/*",
        "https://affiliate.tiktok.com/*",
        "https://shopee.vn/*",
        "https://www.1688.com/*",
        "https://factory.1688.com/*",
        "https://sale.1688.com/*",
        "https://detail.1688.com/*",
        "https://world.taobao.com/*",
        "https://item.taobao.com/*",
        "https://detail.tmall.com/*",
        "https://banhang.shopee.vn/*"
      ]
    }
  ]
}