JPMC Unofficial Forum Extension

JPMC Unofficial Forum Extension

非公式フォーラムに新機能追加するかもしれません this software includes the work that is distributed in the Apache License 2.0

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "description": "非公式フォーラムに新機能追加するかもしれません this software includes the work that is distributed in the Apache License 2.0",
  "name": "JPMC Unofficial Forum Extension",
  "version": "1",
  "icons": {
    "16": "16.png",
    "32": "32.png",
    "48": "48.png",
    "128": "128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://forum.minecraftuser.jp/*.php*"
      ],
      "js": [
        "js/forum.js"
      ]
    }
  ]
}