巴哈姆特公會擴充套件

巴哈姆特公會擴充套件

增進巴哈姆特公會對串體驗

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "巴哈姆特公會擴充套件",
  "description": "增進巴哈姆特公會對串體驗",
  "version": "1.1.0.2",
  "icons": {
    "19": "icon/baha19.png",
    "38": "icon/baha38.png",
    "48": "icon/baha48.png",
    "128": "icon/baha128.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "activeTab",
    "notifications",
    "http://guild.gamer.com.tw/*",
    "https://guild.gamer.com.tw/*",
    "https://www.isaka.idv.tw/*",
    "http://www.isaka.idv.tw/*"
  ],
  "background": {
    "scripts": [
      "core/utility.js",
      "plugin/fastResponse/background.js",
      "plugin/notification/background.js",
      "core/background.js"
    ]
  },
  "content_scripts": [
    {
      "run_at": "document_idle",
      "matches": [
        "http://guild.gamer.com.tw/*",
        "https://guild.gamer.com.tw/*"
      ],
      "css": [
        "lib/contextmenu/jquery.contextMenu.css"
      ],
      "js": [
        "lib/jquery-2.0.0.min.js",
        "lib/date.format.js",
        "lib/contextmenu/jquery.ui.position.js",
        "lib/contextmenu/jquery.contextMenu.js",
        "lib/Cookies.js",
        "lib/Csrf.js",
        "core/globalConfig.js",
        "core/utility.js",
        "core/class/plugin/EventStore.js",
        "core/class/Page.js",
        "core/class/Core.js",
        "core/pages/guild.js",
        "core/pages/singlePost_rewriteFunt.js",
        "core/pages/singlePost.js",
        "plugin/titleDisplay/content.js",
        "plugin/replyDisplayConfig/content.js",
        "plugin/timer/content.js",
        "plugin/reverseMsg/content.js",
        "plugin/cuttingMsg/content.js",
        "plugin/keepMessage/content.js",
        "plugin/fastResponse/content.js",
        "plugin/wordCount/content.js",
        "plugin/dice/content.js",
        "plugin/bookmark/content.js",
        "plugin/highSpeed/content.js",
        "plugin/autoRefresh/content.js",
        "core/content_script.js"
      ]
    }
  ],
  "options_ui": {
    "page": "pages/options/options.html",
    "chrome_style": true
  },
  "page_action": {
    "default_icon": {
      "19": "icon/baha19.png",
      "38": "icon/baha38.png"
    },
    "default_title": "巴哈姆特公會擴充套件",
    "default_popup": "pages/popup/popup.html"
  },
  "commands": {
    "fastResponce_1": {
      "suggested_key": {
        "default": "Ctrl+Shift+1"
      },
      "description": "Send fast response 1."
    },
    "fastResponce_2": {
      "suggested_key": {
        "default": "Ctrl+Shift+2"
      },
      "description": "Send fast response 2."
    },
    "fastResponce_3": {
      "suggested_key": {
        "default": "Ctrl+Shift+3"
      },
      "description": "Send fast response 3."
    },
    "fastResponce_4": {
      "suggested_key": {
        "default": "Ctrl+Shift+4"
      },
      "description": "Send fast response 4."
    }
  },
  "web_accessible_resources": [
    "lib/contextmenu/font/*.*",
    "sounds/*.*"
  ]
}