IMSLP 15 bypass
Download sheet music on imslp.org without 15 sec waiting
Wat is IMSLP 15 bypass?
IMSLP 15 bypass is een Chrome-extensie ontwikkeld door viocost, en de belangrijkste functie is "Download sheet music on imslp.org without 15 sec waiting".
Extensie Screenshots
Download het CRX-bestand van de extensie IMSLP 15 bypass
Download IMSLP 15 bypass-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 extension lets you download sheet music on imslp.org without 15 sec waiting.
Basisinformatie over de Extensie
Naam | IMSLP 15 bypass |
ID | pjnbdecechdlcffipehmjaiidififdhg |
Officiële URL | https://chromewebstore.google.com/detail/imslp-15-bypass/pjnbdecechdlcffipehmjaiidififdhg |
Beschrijving | Download sheet music on imslp.org without 15 sec waiting |
Bestandsgrootte | 21.72 KB |
Aantal Installaties | 93 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2019-09-29 |
Publicatiedatum | 2019-09-29 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | viocost |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IMSLP 15 bypass", "version": "2.0", "manifest_version": 2, "description": "Download sheet music on imslp.org without 15 sec waiting", "browser_action": { "default_icon": "icon-disabled.png" }, "icons": { "128": "icon.png", "256": "icon256.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "permissions": [ "tabs" ], "content_scripts": [ { "matches": [ "http:\/\/imslp.org\/*", "https:\/\/imslp.org\/*" ], "js": [ "imslp_15bypass.js" ] } ] } |