艦これ 2-5 索敵値計算機+αの隠し味

艦これ 2-5 索敵値計算機+αの隠し味

艦これ 2-5 索敵値計算機+αの装備を保存します。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "content_scripts": [
    {
      "js": [
        "scout25.user.js"
      ],
      "matches": [
        "http://tsoft-web.com/sub/kancolle/2-5/e*"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "icon19.png"
  },
  "page_action": {
    "default_icon": {
      "19": "icon19.png"
    },
    "default_title": "艦これ2-5 索敵値計算機+αの隠し味"
  },
  "description": "艦これ 2-5 索敵値計算機+αの装備を保存します。",
  "name": "艦これ 2-5 索敵値計算機+αの隠し味",
  "version": "0.0.1"
}