Thống kê đơn Shopee 2022

Thống kê đơn Shopee 2022

Thống kê tổng thiệt hại Shopee 2022

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Thống kê đơn Shopee 2022",
  "action": {},
  "manifest_version": 3,
  "version": "1.0",
  "description": "Thống kê tổng thiệt hại Shopee 2022",
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "background": {
    "service_worker": "background.js"
  }
}