IMSLP impatience

Skip the 15 second wait time on imslp with this simple extension!

Apa itu IMSLP impatience?

IMSLP impatience adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Skip the 15 second wait time on imslp with this simple extension!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi IMSLP impatience

Unduh file ekstensi IMSLP impatience 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

                        This simple extension skips the 15 second wait time on IMSLP.                    

Informasi Dasar Ekstensi

Nama IMSLP impatience IMSLP impatience
ID emdlcbabhommgkpbobhamnjppplhpgbj
URL Resmi https://chromewebstore.google.com/detail/imslp-impatience/emdlcbabhommgkpbobhamnjppplhpgbj
Deskripsi Skip the 15 second wait time on imslp with this simple extension!
Ukuran File 3.14 KB
Jumlah Instalasi 138
Versi Saat Ini 0.0.0.2
Terakhir Diperbarui 2018-09-26
Tanggal Publikasi 2018-09-26
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IMSLP impatience",
    "version": "0.0.0.2",
    "description": "Skip the 15 second wait time on imslp with this simple extension!",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/imslp.org\/wiki\/Special:ImagefromIndex\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}