Amazon Prime Skip Intro
If you have amazon prime, and are watching a TV Show, this will auto hit the skip intro button.
Co to jest Amazon Prime Skip Intro?
Amazon Prime Skip Intro to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „If you have amazon prime, and are watching a TV Show, this will auto hit the skip intro button.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Amazon Prime Skip Intro
Pobierz pliki rozszerzeń Amazon Prime Skip Intro w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
If you have amazon prime, and are watching a TV Show, this will auto hit the skip intro button. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ladgjhdlgkhjgchhfocgdjlbboihijdl |
| Oficjalny URL | https://chromewebstore.google.com/detail/amazon-prime-skip-intro/ladgjhdlgkhjgchhfocgdjlbboihijdl |
| Opis | If you have amazon prime, and are watching a TV Show, this will auto hit the skip intro button. |
| Rozmiar pliku | 33.88 KB |
| Liczba instalacji | 127 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2019-08-02 |
| Data Publikacji | 2019-08-01 |
| Ocena | 1.00/5 Łącznie 4 Oceny |
| Deweloper | Unknown |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
}
]
} | |