Impatient IMSLP

Impatient IMSLP

Bypass IMSLP's 15 second download waiting time.

Merlin
Additional files are visible only to premium users

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": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://imslp.org/wiki/Special:ImagefromIndex/*"
      ],
      "js": [
        "js/jquery.js",
        "js/downloadButton.js"
      ],
      "css": [
        "css/imslp.css"
      ]
    }
  ],
  "permissions": [
    "activeTab"
  ]
}