EH Assistant Tool for Shopee

EH Assistant Tool for Shopee

Renamed from "EH Shopee Auto Follower & Auto Boost" to "EH Assistant Tool for Shopee" Add "EH Assistant Tool for Shopee" toolbar…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "EH Assistant Tool for Shopee",
  "version": "0.0.2.18",
  "icons": {
    "128": "img/icon128.png",
    "256": "img/icon256.png"
  },
  "content_security_policy": {
    "extension_pages": "default-src 'self'"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.shopee.com.my/*",
        "https://*.shopee.sg/*",
        "https://*.shopee.co.id/*",
        "https://*.shopee.vn/*",
        "https://*.shopee.ph/*",
        "https://*.shopee.co.th/*",
        "https://*.shopee.tw/*",
        "https://*.shopee.com.br/*",
        "https://*.shopee.cn/*"
      ],
      "js": [
        "js/jquery-3.6.0.min.js",
        "js/bootstrap.min.js",
        "js/toastr.js",
        "js/toastrNotification.js",
        "js/errorCodeEngine.js",
        "js/errorCode_en-US.js",
        "js/contentData.js",
        "js/content.js",
        "js/template/templateDB.js"
      ],
      "css": [
        "css/toastr.css",
        "css/eh-checkbox.css",
        "css/custom.css",
        "css/eh-menu.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "images/*"
      ],
      "matches": [
        "https://*.shopee.com.my/*",
        "https://*.shopee.sg/*",
        "https://*.shopee.co.id/*",
        "https://*.shopee.vn/*",
        "https://*.shopee.ph/*",
        "https://*.shopee.co.th/*",
        "https://*.shopee.tw/*",
        "https://*.shopee.com.br/*",
        "https://*.shopee.cn/*"
      ]
    }
  ]
}