Thống kê chi tiêu shopee

Thống kê chi tiêu shopee

Giải pháp xem thống kê số tiền đã chi tiêu shopee

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Thống kê chi tiêu shopee",
  "short_name": "Thống kê chi tiêu shopee",
  "description": "Giải pháp xem thống kê số tiền đã chi tiêu shopee",
  "author": "An Cao",
  "version": "2.8.8",
  "manifest_version": 3,
  "action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "/assets/icons/128.png"
  },
  "permissions": [
    "storage",
    "unlimitedStorage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.shopee.vn/*",
        "*://www.shopee.vn/*"
      ],
      "js": [
        "assets/js/jquery-3.6.1.min.js",
        "contentScript.js"
      ]
    }
  ]
}