Amazon Prime Skip Intro
If you have amazon prime, and are watching a TV Show, this will auto hit the skip intro button.
Wat is Amazon Prime Skip Intro?
Amazon Prime Skip Intro is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "If you have amazon prime, and are watching a TV Show, this will auto hit the skip intro button.".
Extensie Screenshots
Download het CRX-bestand van de extensie Amazon Prime Skip Intro
Download Amazon Prime Skip Intro-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
If you have amazon prime, and are watching a TV Show, this will auto hit the skip intro button. Basisinformatie over de Extensie
| Naam | |
| ID | ladgjhdlgkhjgchhfocgdjlbboihijdl |
| Officiële URL | https://chromewebstore.google.com/detail/amazon-prime-skip-intro/ladgjhdlgkhjgchhfocgdjlbboihijdl |
| Beschrijving | If you have amazon prime, and are watching a TV Show, this will auto hit the skip intro button. |
| Bestandsgrootte | 33.88 KB |
| Aantal Installaties | 127 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2019-08-02 |
| Publicatiedatum | 2019-08-01 |
| Beoordeling | 1.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | Unknown |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
]
} | |