Amazon Prime Skip Intro
If you have amazon prime, and are watching a TV Show, this will auto hit the skip intro button.
Was ist Amazon Prime Skip Intro?
Amazon Prime Skip Intro ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "If you have amazon prime, and are watching a TV Show, this will auto hit the skip intro button.".
Erweiterungsscreenshots
Amazon Prime Skip Intro-Erweiterungs-CRX-Datei herunterladen
Laden Sie Amazon Prime Skip Intro-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
If you have amazon prime, and are watching a TV Show, this will auto hit the skip intro button. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ladgjhdlgkhjgchhfocgdjlbboihijdl |
| Offizielle URL | https://chromewebstore.google.com/detail/amazon-prime-skip-intro/ladgjhdlgkhjgchhfocgdjlbboihijdl |
| Beschreibung | If you have amazon prime, and are watching a TV Show, this will auto hit the skip intro button. |
| Dateigröße | 33.88 KB |
| Installationsanzahl | 127 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2019-08-02 |
| Veröffentlichungsdatum | 2019-08-01 |
| Bewertung | 1.00/5 Insgesamt 4 Bewertungen |
| Entwickler | Unknown |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
}
]
} | |