IMSLP impatience

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

Cos'è IMSLP impatience?

IMSLP impatience è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Skip the 15 second wait time on imslp with this simple extension!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione IMSLP impatience

Scarica i file di estensione IMSLP impatience in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome IMSLP impatience IMSLP impatience
ID emdlcbabhommgkpbobhamnjppplhpgbj
URL Ufficiale https://chromewebstore.google.com/detail/imslp-impatience/emdlcbabhommgkpbobhamnjppplhpgbj
Descrizione Skip the 15 second wait time on imslp with this simple extension!
Dimensione del File 3.14 KB
Conteggio Installazioni 138
Versione Corrente 0.0.0.2
Ultimo Aggiornamento 2018-09-26
Data di Pubblicazione 2018-09-26
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}