코드스코어 Helper by larara

코드스코어 Helper by larara

Chordscore.com을 편하게 사용할 수 있도록 도와줍니다. 코드스코어 너무해.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "코드스코어 Helper by larara",
  "version": "1.65",
  "description": "Chordscore.com을 편하게 사용할 수 있도록 도와줍니다. 코드스코어 너무해.",
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "action": {
    "default_icon": {
      "16": "img/icon16.png",
      "48": "img/icon48.png",
      "128": "img/icon128.png"
    },
    "default_title": "Chordscore Helper by larara",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://chordscore.com/*",
        "*://*.chordscore.com/*"
      ],
      "css": [
        "larascore.1.65.min.css"
      ],
      "js": [
        "jquery-3.4.1.min.js",
        "dom-to-image-improved.min.js",
        "larascore.1.65.min.js"
      ]
    },
    {
      "matches": [
        "*://syncroom.yamaha.com/*"
      ],
      "css": [
        "larasyncroom.1.65.min.css"
      ]
    }
  ]
}