AutoCats Shopee Helper

AutoCats Shopee Helper

A very useful tool that eases back-end works of your shopee shops!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "default_locale": "en",
  "version": "3.6.0",
  "description": "__MSG_extdsName__",
  "permissions": [
    "storage",
    "declarativeContent",
    "activeTab",
    "tabs",
    "scripting"
  ],
  "host_permissions": [
    "*://api.gumroad.com/*",
    "https://seller.shopee.co.th/*",
    "*://autocats.app/*"
  ],
  "offline_enabled": false,
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "70": "images/ms-icon-70x70.png",
      "150": "images/ms-icon-150x150.png",
      "310": "images/ms-icon-310x310.png"
    }
  },
  "icons": {
    "70": "images/ms-icon-70x70.png",
    "150": "images/ms-icon-150x150.png",
    "310": "images/ms-icon-310x310.png"
  },
  "manifest_version": 3,
  "web_accessible_resources": [
    {
      "resources": [
        "js/versionck.js",
        "js/kyck.js",
        "images/cat_loading_text.gif",
        "images/cat_noloading.png",
        "js/ratebuyer.js",
        "js/language.js",
        "images/helppage192.png",
        "css/volume.css",
        "_locales/th/messages.json",
        "_locales/en/messages.json"
      ],
      "matches": [
        "https://seller.shopee.co.th/*"
      ]
    }
  ]
}