IMSLP impatience

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

Qu'est-ce que IMSLP impatience ?

IMSLP impatience est une extension Chrome développée par Unknown, et sa fonction principale est "Skip the 15 second wait time on imslp with this simple extension!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension IMSLP impatience

Téléchargez les fichiers d'extension IMSLP impatience au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom IMSLP impatience IMSLP impatience
ID emdlcbabhommgkpbobhamnjppplhpgbj
URL Officiel https://chromewebstore.google.com/detail/imslp-impatience/emdlcbabhommgkpbobhamnjppplhpgbj
Description Skip the 15 second wait time on imslp with this simple extension!
Taille du Fichier 3.14 KB
Nombre d'Installations 138
Version Actuelle 0.0.0.2
Dernière Mise à Jour 2018-09-26
Date de Publication 2018-09-26
Évaluation 5.00/5 Total 3 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}