PrimeSkipper

PrimeSkipper

The easiest way to skip intros and ads on Amazon Prime Video. Usage: To use this extension just go to any international Amazon…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "PrimeSkipper",
  "version": "1.1",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "https://*.amazon.com.tr/*",
        "https://*.amazon.co.jp/*",
        "https://*.amazon.cn/*",
        "https://*.amazon.es/*",
        "https://*.amazon.com.mx/*",
        "https://*.amazon.com.au/*",
        "https://*.amazon.fr/*",
        "https://*.amazon.co.uk/*",
        "https://*.amazon.in/*",
        "https://*.amazon.sg/*",
        "https://*.amazon.com/*",
        "https://*.amazon.sa/*",
        "https://*.amazon.it/*",
        "https://*.amazon.com.br/*",
        "https://*.amazon.ca/*",
        "https://*.amazon.nl/*",
        "https://*.amazon.de/*",
        "https://*.amazon.se/*",
        "https://*.amazon.ae/*"
      ],
      "js": [
        "jquery-3.5.1.min.js",
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "PrimeSkipper"
  },
  "icons": {
    "128": "128.png"
  }
}