Ali Epacket

Ali Epacket

Search for items with Epacket, List of products with Epacket, Support national search support Epacket

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.4",
  "browser_action": {
    "default_icon": "assets/icons/icon128.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "js": [
        "assets/js/libs/jquery.min.js",
        "assets/js/constant.js",
        "assets/js/content.js"
      ],
      "matches": [
        "*://*.aliexpress.com/*",
        "*://*.alipay.com/*"
      ]
    }
  ],
  "externally_connectable": {
    "ids": [
      "*"
    ],
    "matches": [
      "*://*.aliexpress.com/*"
    ]
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://ssl.google-analytics.com https://connect.facebook.net https://facebook.com https://www.google-analytics.com https://www.googletagmanager.com; object-src 'self'",
  "description": "Search for items with Epacket, List of products with Epacket, Support national search support Epacket",
  "icons": {
    "16": "assets/icons/icon16.png",
    "48": "assets/icons/icon48.png",
    "128": "assets/icons/icon128.png"
  },
  "default_locale": "en",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "permissions": [],
  "web_accessible_resources": [
    "assets/*"
  ],
  "background": {
    "page": "background.html"
  }
}