Shopee Fans - Shopee Seller Assistant

Shopee Fans - Shopee Seller Assistant

shopeefans.com - An awesome assistant for the Shopee Seller.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_EXTENSION_NAME__",
  "description": "__MSG_EXTENSION_DESCRIPTION__",
  "homepage_url": "http://www.shopeefans.com/",
  "default_locale": "en",
  "icons": {
    "16": "icons/logo_16.png",
    "32": "icons/logo_32.png",
    "48": "icons/logo_48.png",
    "128": "icons/logo_128.png"
  },
  "permissions": [
    "downloads",
    "notifications",
    "activeTab",
    "storage",
    "cookies",
    "webNavigation",
    "*://*.shopee.tw/*",
    "*://shopee.tw/*",
    "*://*.shopee.cn/*",
    "*://shopee.cn/*",
    "*://*.shopeesz.com/*",
    "*://*.shopee.co.id/*",
    "*://shopee.co.id/*",
    "*://*.shopee.vn/*",
    "*://shopee.vn/*",
    "*://shopee.co.th/*",
    "*://*.shopee.co.th/*",
    "*://shopee.ph/*",
    "*://*.shopee.ph/*",
    "*://shopee.com.my/*",
    "*://*.shopee.com.my/*",
    "*://shopee.sg/*",
    "*://*.shopee.sg/*",
    "*://shopee.com.br/*",
    "*://*.shopee.com.br/*",
    "*://shopee.com/*",
    "*://*.shopee.com/*",
    "*://*.izhiliu.com/*",
    "*://*.keyouyun.com/*",
    "*://*.google.cn/*",
    "*://*.1688.com/*",
    "*://*.alicdn.com/*",
    "*://*.taobaocdn.com/*",
    "*://*.aliexpress.com/*",
    "*://*.taobao.com/*",
    "*://*.tmall.com/*",
    "*://*.tmall.hk/*",
    "*://*.alibaba.com/*",
    "*://*.shenjian.io/*",
    "*://*.currencyconverterapi.com/*",
    "*://*.lazada.com.my/*",
    "*://*.lazada.co.id/*",
    "*://*.lazada.com.ph/*",
    "*://*.lazada.sg/*",
    "*://*.lazada.co.th/*",
    "*://*.lazada.vn/*",
    "*://*.aliexpress.com/*",
    "*://*.xiapibuy.com/*",
    "*://*.17zwd.com/*"
  ],
  "content_security_policy": "script-src 'self' https://erp.keyouyun.com/ 'unsafe-eval'; object-src 'self'",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_title": "Shopee Fans",
    "default_icon": {
      "16": "icons/logo_16.png",
      "32": "icons/logo_32.png",
      "48": "icons/logo_48.png",
      "128": "icons/logo_128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.shopee.tw/*",
        "*://shopee.tw/*",
        "*://*.shopee.cn/*",
        "*://shopee.cn/*",
        "*://*.shopeesz.com/*",
        "*://*.shopee.co.id/*",
        "*://shopee.co.id/*",
        "*://*.shopee.vn/*",
        "*://shopee.vn/*",
        "*://shopee.co.th/*",
        "*://*.shopee.co.th/*",
        "*://shopee.ph/*",
        "*://*.shopee.ph/*",
        "*://shopee.com.my/*",
        "*://*.shopee.com.my/*",
        "*://shopee.sg/*",
        "*://*.shopee.sg/*",
        "*://shopee.com/*",
        "*://*.shopee.com/*",
        "*://shopee.com.br/*",
        "*://*.shopee.com.br/*",
        "*://*.keyouyun.com/*",
        "*://*.1688.com/*",
        "*://*.lazada.com.my/*",
        "*://*.lazada.co.id/*",
        "*://*.lazada.com.ph/*",
        "*://*.lazada.sg/*",
        "*://*.lazada.co.th/*",
        "*://*.lazada.vn/*",
        "*://*.aliexpress.com/*",
        "*://*.xiapibuy.com/*",
        "*://*.taobao.com/*",
        "*://*.tmall.com/*",
        "*://*.tmall.hk/*",
        "*://*.yangkeduo.com/*",
        "*://*.17zwd.com/*"
      ],
      "all_frames": false,
      "js": [
        "content_scripts/content-script.js"
      ]
    },
    {
      "matches": [
        "*://*.1688.com/order/buyer_order_list.htm?*"
      ],
      "js": [
        "content_scripts/content-frame.js"
      ],
      "all_frames": true
    }
  ],
  "version": "5.4.7",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}