MIDI Player

MIDI Player

MIDI Player - plays all types of MIDI files

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "author": "Jazz-Soft",
  "version": "1.0.1.5",
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "xJZZ.js",
        "xTiny.js",
        "xSMF.js",
        "xPlayer.js",
        "content.js"
      ],
      "all_frames": true,
      "run_at": "document_end"
    }
  ],
  "default_locale": "en",
  "homepage_url": "https://jazz-soft.net"
}