IMSLP impatience
Skip the 15 second wait time on imslp with this simple extension!
Wat is IMSLP impatience?
IMSLP impatience is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Skip the 15 second wait time on imslp with this simple extension!".
Extensie Screenshots
Download het CRX-bestand van de extensie IMSLP impatience
Download IMSLP impatience-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This simple extension skips the 15 second wait time on IMSLP.
Basisinformatie over de Extensie
Naam | IMSLP impatience |
ID | emdlcbabhommgkpbobhamnjppplhpgbj |
Officiële URL | https://chromewebstore.google.com/detail/imslp-impatience/emdlcbabhommgkpbobhamnjppplhpgbj |
Beschrijving | Skip the 15 second wait time on imslp with this simple extension! |
Bestandsgrootte | 3.14 KB |
Aantal Installaties | 138 |
Huidige Versie | 0.0.0.2 |
Laatst Bijgewerkt | 2018-09-26 |
Publicatiedatum | 2018-09-26 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |