GBF 救援・共闘IDコピーツール

GBF 救援・共闘IDコピーツール

copy battle id

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "GBF 救援・共闘IDコピーツール",
  "description": "copy battle id",
  "version": "0.0.2",
  "manifest_version": 2,
  "browser_action": {
    "default_popup": "foreground/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://game.granbluefantasy.jp/*",
        "https://game.granbluefantasy.jp/*"
      ],
      "js": [
        "copyid.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "clipboardRead"
  ]
}