IMSLP impatience

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

Vad är IMSLP impatience?

IMSLP impatience är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Skip the 15 second wait time on imslp with this simple extension!".

Tilläggsskärmbilder

screenshot

Ladda ner IMSLP impatience-förlängningens CRX-fil

Ladda ner IMSLP impatience-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn IMSLP impatience IMSLP impatience
ID emdlcbabhommgkpbobhamnjppplhpgbj
Officiell webbadress https://chromewebstore.google.com/detail/imslp-impatience/emdlcbabhommgkpbobhamnjppplhpgbj
Beskrivning Skip the 15 second wait time on imslp with this simple extension!
Filstorlek 3.14 KB
Antal Installationer 138
Aktuell Version 0.0.0.2
Senast Uppdaterad 2018-09-26
Publiceringsdatum 2018-09-26
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare Unknown
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}