AliPriceCompare - price comparison

AliPriceCompare - price comparison

Find the lowest price on AliExpress

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "[email protected]",
  "background": {
    "scripts": [
      "js/libs/jquery.js",
      "js/parser.js",
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_title": "__MSG_extTitle__"
  },
  "content_scripts": [
    {
      "all_frames": false,
      "css": [
        "css/content.css"
      ],
      "js": [
        "js/libs/jquery.js",
        "js/parser.js",
        "js/content.js"
      ],
      "matches": [
        "*://*.aliexpress.com/*",
        "*://*.alipay.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "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'",
  "default_locale": "en",
  "description": "__MSG_extDescr__",
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/logo.png"
  },
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "permissions": [
    "http://*/*",
    "https://*/*",
    "tabs",
    "storage",
    "cookies"
  ],
  "version": "1.0.12",
  "web_accessible_resources": [
    "img/*"
  ]
}