Amazon Shipping Check

Amazon Shipping Check

Check if Amazon ships product to your country easy and fast.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon128.png",
    "default_popup": "popup.html#popup",
    "default_title": "Amazon Shipping Check"
  },
  "content_scripts": [
    {
      "css": [
        "mystyle.css"
      ],
      "js": [
        "jq.js",
        "attrchange.js",
        "myscript.js"
      ],
      "matches": [
        "http://*.amazon.co.jp/*",
        "https://*.amazon.co.jp/*",
        "http://*.amazon.in/*",
        "https://*.amazon.in/*",
        "http://*.amazon.ca/*",
        "https://*.amazon.ca/*",
        "http://*.amazon.it/*",
        "https://*.amazon.it/*",
        "http://*.amazon.es/*",
        "https://*.amazon.es/*",
        "http://*.amazon.de/*",
        "https://*.amazon.de/*",
        "http://*.amazon.co.uk/*",
        "https://*.amazon.co.uk/*",
        "http://*.amazon.fr/*",
        "https://*.amazon.fr/*",
        "http://*.amazon.cn/*",
        "https://*.amazon.cn/*",
        "http://*.amazon.nl/*",
        "https://*.amazon.nl/*",
        "http://*.amazon.com.au/*",
        "https://*.amazon.com.au/*",
        "http://*.amazon.com.sg/*",
        "https://*.amazon.com.sg/*",
        "http://*.amazon.com.mx/*",
        "https://*.amazon.com.mx/*",
        "http://*.amazon.com.br/*",
        "https://*.amazon.com.br/*",
        "http://*.amazon.com/*",
        "https://*.amazon.com/*",
        "https://*.amazon.ae/*"
      ]
    }
  ],
  "description": "Check if Amazon ships product to your country easy and fast.",
  "icons": {
    "19": "icon19.png",
    "38": "icon38.png",
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "name": "Amazon Shipping Check",
  "permissions": [
    "storage"
  ],
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1.12"
}