Amazon Prime Skip Intro

Amazon Prime Skip Intro

If you have amazon prime, and are watching a TV Show, this will auto hit the skip intro button.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Amazon Prime Skip Intro",
  "version": "1.0",
  "content_scripts": [
    {
      "matches": [
        "https://www.amazon.com/gp/video/*",
        "http://www.amazon.com/gp/video/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}