Amazon Prime Skip Intro
If you have amazon prime, and are watching a TV Show, this will auto hit the skip intro button.
Vad är Amazon Prime Skip Intro?
Amazon Prime Skip Intro är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "If you have amazon prime, and are watching a TV Show, this will auto hit the skip intro button.".
Tilläggsskärmbilder
Ladda ner Amazon Prime Skip Intro-förlängningens CRX-fil
Ladda ner Amazon Prime Skip Intro-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
If you have amazon prime, and are watching a TV Show, this will auto hit the skip intro button. Grundläggande Information om Tillägg
| Namn | |
| ID | ladgjhdlgkhjgchhfocgdjlbboihijdl |
| Officiell webbadress | https://chromewebstore.google.com/detail/amazon-prime-skip-intro/ladgjhdlgkhjgchhfocgdjlbboihijdl |
| Beskrivning | If you have amazon prime, and are watching a TV Show, this will auto hit the skip intro button. |
| Filstorlek | 33.88 KB |
| Antal Installationer | 127 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2019-08-02 |
| Publiceringsdatum | 2019-08-01 |
| Betyg | 1.00/5 Totalt 4 Betyg |
| Utvecklare | Unknown |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
]
} | |