Amazon Prime Skip Intro
If you have amazon prime, and are watching a TV Show, this will auto hit the skip intro button.
Cos'è Amazon Prime Skip Intro?
Amazon Prime Skip Intro è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "If you have amazon prime, and are watching a TV Show, this will auto hit the skip intro button.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Amazon Prime Skip Intro
Scarica i file di estensione Amazon Prime Skip Intro in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
If you have amazon prime, and are watching a TV Show, this will auto hit the skip intro button.
Informazioni di Base sull'Estensione
Nome | Amazon Prime Skip Intro |
ID | ladgjhdlgkhjgchhfocgdjlbboihijdl |
URL Ufficiale | https://chromewebstore.google.com/detail/amazon-prime-skip-intro/ladgjhdlgkhjgchhfocgdjlbboihijdl |
Descrizione | If you have amazon prime, and are watching a TV Show, this will auto hit the skip intro button. |
Dimensione del File | 33.88 KB |
Conteggio Installazioni | 127 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2019-08-02 |
Data di Pubblicazione | 2019-08-01 |
Valutazione | 1.00/5 Totale 4 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |