Impatient IMSLP

Bypass IMSLP's 15 second download waiting time.

Was ist Impatient IMSLP?

Impatient IMSLP ist eine Chrome-Erweiterung, die von MultipleStudios entwickelt wurde, und ihr Hauptmerkmal ist "Bypass IMSLP's 15 second download waiting time.".

Erweiterungsscreenshots

screenshot

Impatient IMSLP-Erweiterungs-CRX-Datei herunterladen

Laden Sie Impatient IMSLP-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Version 0.2: The long awaited update! The pesky beings at IMSLP changed their source code slightly, and the extension has been [finally] updated in response.

Impatient IMSLP is a chrome extension for classical musicians. 
The IMSLP (International Music Score Library Project) contains hundreds of thousands of music scores in the public domain. However, non-subscribers must wait for 15 seconds before accessing these scores; this Chrome extension allows users to bypass this 15 second waiting period to get their music scores as quickly as possible.                    

Grundlegende Informationen zur Erweiterung

Name Impatient IMSLP Impatient IMSLP
ID jbkelkchcmmkhnhoekdcfbflmabnhpji
Offizielle URL https://chromewebstore.google.com/detail/impatient-imslp/jbkelkchcmmkhnhoekdcfbflmabnhpji
Beschreibung Bypass IMSLP's 15 second download waiting time.
Dateigröße 497 KB
Installationsanzahl 733
Aktuelle Version 0.2
Letztes Update 2019-04-11
Veröffentlichungsdatum 2019-04-10
Bewertung 3.53/5 Insgesamt 15 Bewertungen
Entwickler MultipleStudios
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Impatient IMSLP",
    "description": "Bypass IMSLP's 15 second download waiting time.",
    "version": "0.2",
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png",
        "16": "images\/icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/imslp.org\/wiki\/Special:ImagefromIndex\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/downloadButton.js"
            ],
            "css": [
                "css\/imslp.css"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}