SD継続ヘルパー

SD継続ヘルパー

定期更新ゲームSoulDropsの非公式補助ツールです。基本宣言の補助を行います。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SD継続ヘルパー",
  "version": "2.6",
  "manifest_version": 2,
  "description": "定期更新ゲームSoulDropsの非公式補助ツールです。基本宣言の補助を行います。",
  "icons": {
    "128": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://ragnarek.sakura.ne.jp/sd/cgi-bin/entry/*"
      ],
      "js": [
        "00local.js",
        "01kihon.js",
        "02fight.js",
        "03tokushu.js"
      ],
      "css": [
        "style.css"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "tabs"
  ]
}