Memphil

Memphil

Memphil price history of variety websites: Amazon ,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": "Memphil",
  "description": "Memphil price history of variety websites: Amazon ,Aliexpress",
  "version": "1.7.0.0",
  "permissions": [
    "tabs",
    "notifications",
    "unlimitedStorage",
    "activeTab",
    "storage",
    "fullscreen",
    "https://api-dbh1-alitools.com/products/*"
  ],
  "browser_action": {
    "default_icon": "img/icon.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "js/jquery-3.3.1.js",
      "popup.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.aliexpress.com/*",
        "*://*.amazon.com/*",
        "*://*.amazon.co.uk/*",
        "*://*.amazon.fr/*",
        "*://*.amazon.de/*",
        "*://*.amazon.ca/*"
      ],
      "all_frames": true,
      "js": [
        "js/jquery-3.3.1.js",
        "content/_common.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://*.yad2.co.il/*"
      ],
      "js": [
        "content/yad2.js",
        "background.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://*.amazon.com/*",
        "*://*.amazon.fr/*",
        "*://*.amazon.co.uk/*",
        "*://*.amazon.de/*",
        "*://*.amazon.ca/*"
      ],
      "js": [
        "content/amz.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://*.aliexpress.com/item/*"
      ],
      "js": [
        "content/Chart.js",
        "content/innerProductAliExpress2.js"
      ]
    }
  ]
}