Amazon Prime Skip Intro

If you have amazon prime, and are watching a TV Show, this will auto hit the skip intro button.

Apa itu Amazon Prime Skip Intro?

Amazon Prime Skip Intro adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "If you have amazon prime, and are watching a TV Show, this will auto hit the skip intro button.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Amazon Prime Skip Intro

Unduh file ekstensi Amazon Prime Skip Intro dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        If you have amazon prime, and are watching a TV Show, this will auto hit the skip intro button.                    

Informasi Dasar Ekstensi

Nama Amazon Prime Skip Intro Amazon Prime Skip Intro
ID ladgjhdlgkhjgchhfocgdjlbboihijdl
URL Resmi https://chromewebstore.google.com/detail/amazon-prime-skip-intro/ladgjhdlgkhjgchhfocgdjlbboihijdl
Deskripsi If you have amazon prime, and are watching a TV Show, this will auto hit the skip intro button.
Ukuran File 33.88 KB
Jumlah Instalasi 127
Versi Saat Ini 1.0
Terakhir Diperbarui 2019-08-02
Tanggal Publikasi 2019-08-01
Penilaian 1.00/5 Total 4 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}