艦まど

艦まど

艦これを別窓で開きます

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "艦まど",
  "manifest_version": 2,
  "version": "1.0",
  "description": "艦これを別窓で開きます",
  "icons": {
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://osapi.dmm.com/gadgets/ifr?*"
      ],
      "js": [
        "addbutton.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "permissions": [
    "http://osapi.dmm.com/*"
  ]
}