Amazon Prime Skip Intro

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

O que é Amazon Prime Skip Intro?

Amazon Prime Skip Intro é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "If you have amazon prime, and are watching a TV Show, this will auto hit the skip intro button.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Amazon Prime Skip Intro

Baixe arquivos de extensão Amazon Prime Skip Intro no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Amazon Prime Skip Intro Amazon Prime Skip Intro
ID ladgjhdlgkhjgchhfocgdjlbboihijdl
URL Oficial https://chromewebstore.google.com/detail/amazon-prime-skip-intro/ladgjhdlgkhjgchhfocgdjlbboihijdl
Descrição If you have amazon prime, and are watching a TV Show, this will auto hit the skip intro button.
Tamanho do Arquivo 33.88 KB
Contagem de Instalações 127
Versão Atual 1.0
Última Atualização 2019-08-02
Data de Publicação 2019-08-01
Classificação 1.00/5 Total de 4 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}