IMSLP 15 bypass
Download sheet music on imslp.org without 15 sec waiting
What is IMSLP 15 bypass?
IMSLP 15 bypass is a Chrome extension developed by viocost, and its main feature is "Download sheet music on imslp.org without 15 sec waiting".
Extension Screenshots
Download IMSLP 15 bypass Extension CRX File
Download IMSLP 15 bypass extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension lets you download sheet music on imslp.org without 15 sec waiting.
Extension Basic Information
Name | IMSLP 15 bypass |
ID | pjnbdecechdlcffipehmjaiidififdhg |
Official URL | https://chromewebstore.google.com/detail/imslp-15-bypass/pjnbdecechdlcffipehmjaiidififdhg |
Description | Download sheet music on imslp.org without 15 sec waiting |
File Size | 21.72 KB |
Installation Count | 93 |
Current Version | 2.0 |
Last Updated | 2019-09-29 |
Publish Date | 2019-09-29 |
Rating | 5.00/5 Total 1 Ratings |
Developer | viocost |
Payment Type | free |
Supported Languages | 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" ] } ] } |