Rakuten NBA Keyboard Shortcuts

Rakuten NBA Keyboard Shortcuts

Rakuten NBAでキーボードショートカットが使えるようになります

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Rakuten NBA Keyboard Shortcuts",
  "version": "1.0",
  "description": "Rakuten NBAでキーボードショートカットが使えるようになります",
  "icons": {
    "128": "icons/icon_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://nba.rakuten.co.jp/games/*"
      ],
      "js": [
        "contentScript.js"
      ]
    }
  ]
}