Amazon Prime Skip Intro

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

¿Qué es Amazon Prime Skip Intro?

Amazon Prime Skip Intro es una extensión de Chrome desarrollada por Unknown, y su función principal es "If you have amazon prime, and are watching a TV Show, this will auto hit the skip intro button.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Amazon Prime Skip Intro

Descarga archivos de extensión Amazon Prime Skip Intro en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Amazon Prime Skip Intro Amazon Prime Skip Intro
ID ladgjhdlgkhjgchhfocgdjlbboihijdl
URL Oficial https://chromewebstore.google.com/detail/amazon-prime-skip-intro/ladgjhdlgkhjgchhfocgdjlbboihijdl
Descripción If you have amazon prime, and are watching a TV Show, this will auto hit the skip intro button.
Tamaño del Archivo 33.88 KB
Cantidad de Instalaciones 127
Versión Actual 1.0
Última Actualización 2019-08-02
Fecha de Publicación 2019-08-01
Calificación 1.00/5 Total de 4 Calificaciones
Desarrollador Unknown
Tipo de Pago free
Idiomas Soportados 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"
            ]
        }
    ]
}