Amazon Prime Skip Intro
If you have amazon prime, and are watching a TV Show, this will auto hit the skip intro button.
Hvad er Amazon Prime Skip Intro?
Amazon Prime Skip Intro er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "If you have amazon prime, and are watching a TV Show, this will auto hit the skip intro button.".
Udvidelsesskærmbilleder
Download Amazon Prime Skip Intro-udvidelses-CRX-fil
Download Amazon Prime Skip Intro-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
If you have amazon prime, and are watching a TV Show, this will auto hit the skip intro button. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ladgjhdlgkhjgchhfocgdjlbboihijdl |
| Officiel URL | https://chromewebstore.google.com/detail/amazon-prime-skip-intro/ladgjhdlgkhjgchhfocgdjlbboihijdl |
| Beskrivelse | If you have amazon prime, and are watching a TV Show, this will auto hit the skip intro button. |
| Filstørrelse | 33.88 KB |
| Antal Installationer | 127 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2019-08-02 |
| Udgivelsesdato | 2019-08-01 |
| Bedømmelse | 1.00/5 Samlet 4 Bedømmelser |
| Udvikler | Unknown |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
}
]
} | |