Amazon Prime Skip Intro

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

What is Amazon Prime Skip Intro?

Amazon Prime Skip Intro is a Chrome extension developed by Unknown, and its main feature is "If you have amazon prime, and are watching a TV Show, this will auto hit the skip intro button.".

Extension Screenshots

screenshot

Download Amazon Prime Skip Intro Extension CRX File

Download Amazon Prime Skip Intro extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Amazon Prime Skip Intro Amazon Prime Skip Intro
ID ladgjhdlgkhjgchhfocgdjlbboihijdl
Official URL https://chromewebstore.google.com/detail/amazon-prime-skip-intro/ladgjhdlgkhjgchhfocgdjlbboihijdl
Description If you have amazon prime, and are watching a TV Show, this will auto hit the skip intro button.
File Size 33.88 KB
Installation Count 127
Current Version 1.0
Last Updated 2019-08-02
Publish Date 2019-08-01
Rating 1.00/5 Total 4 Ratings
Developer Unknown
Payment Type free
Supported Languages en-US
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"
            ]
        }
    ]
}