Cheaper Price: eBay & Aliexpress Image Search

Cheaper Price: eBay & Aliexpress Image Search

Search product by image from eBay and Aliexpress

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Cheaper Price: eBay & Aliexpress Image Search",
  "description": "Search product by image from eBay and Aliexpress",
  "default_locale": "en",
  "permissions": [
    "storage",
    "unlimitedStorage",
    "cookies"
  ],
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "background": {
    "scripts": [
      "js/jquery.min.js",
      "js/background.js",
      "js/ga.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "*://*.ebay.com/*",
        "*://*.ebay.co.uk/*",
        "*://*.ebay.com.au/*",
        "*://*.ebay.ca/*",
        "*://*.ebay.ie/*",
        "*://*.ebay.de/*",
        "*://*.ebay.fr/*",
        "*://*.ebay.es/*",
        "*://*.ebay.it/*",
        "*://*.ebay.nl/*",
        "*://*.benl.ebay.be/*",
        "*://*.befr.ebay.be/*",
        "*://*.ebay.at/*",
        "*://*.ebay.ch/*",
        "*://*.ebay.com.my/*",
        "*://*.ebay.in/*",
        "*://*.ebay.com.sg/*",
        "*://*.ebay.ph/*",
        "*://*.aliexpress.com/*",
        "*://*.aliexpress.ru/*"
      ],
      "js": [
        "js/jquery.min.js",
        "js/content-script.js",
        "js/epn-smart-tools.js",
        "js/tk.js"
      ],
      "css": [
        "css/main.css"
      ],
      "all_frames": false
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Cheaper Price",
    "default_icon": {
      "19": "icons/19.png",
      "38": "icons/38.png"
    }
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com https://www.google-analytics.com https://www.googletagmanager.com; object-src 'self'",
  "web_accessible_resources": [
    "_generated_background_page.html",
    "content.html",
    "icons/close64.png",
    "icons/icon48.png",
    "icons/search.png",
    "icons/eBaySearch.png",
    "icons/AliSearch.png"
  ],
  "version": "1.0.5"
}