Amazon Prime Skip Intro

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

Qu'est-ce que Amazon Prime Skip Intro ?

Amazon Prime Skip Intro est une extension Chrome développée par Unknown, et sa fonction principale est "If you have amazon prime, and are watching a TV Show, this will auto hit the skip intro button.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Amazon Prime Skip Intro

Téléchargez les fichiers d'extension Amazon Prime Skip Intro au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Amazon Prime Skip Intro Amazon Prime Skip Intro
ID ladgjhdlgkhjgchhfocgdjlbboihijdl
URL Officiel 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.
Taille du Fichier 33.88 KB
Nombre d'Installations 127
Version Actuelle 1.0
Dernière Mise à Jour 2019-08-02
Date de Publication 2019-08-01
Évaluation 1.00/5 Total 4 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}