XboxMB Chatbox edit by EL1TExFURY

XboxMB Chatbox edit by EL1TExFURY

Chat intergration for XboxMB edit by EL1TExFURY

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "Images/16.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "js": [
        "jquery.js",
        "script.js"
      ],
      "matches": [
        "https://www.xboxmb.com/*"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": true,
      "js": [
        "content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "description": "Chat intergration for XboxMB edit by EL1TExFURY",
  "icons": {
    "16": "Images/16.png",
    "48": "Images/48.png"
  },
  "manifest_version": 2,
  "name": "XboxMB Chatbox edit by EL1TExFURY",
  "options_page": "options.html",
  "permissions": [
    "https://www.visualbounds.com/Private/XboxMB/Chatbox/mobile.html"
  ],
  "version": "2.4"
}