CSGO500 Graphs

CSGO500 Graphs

Automatic graphing and charting with statistics and expert tools.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "short_name": "CSGO500 Graphs (statistics & tools)",
  "name": "CSGO500 Graphs",
  "description": "Automatic graphing and charting with statistics and expert tools.",
  "content_scripts": [
    {
      "matches": [
        "*://*.csgo500.com/*",
        "*://*.csgo500.io/*",
        "*://*.csgo500tr.com/*"
      ],
      "js": [
        "index.js"
      ]
    }
  ],
  "icons": {
    "128": "assets/logo.png"
  },
  "web_accessible_resources": [
    "assets/logo-html.svg",
    "assets/RedAndBlackOilHeader.png",
    "assets/ChalkBoardOilHeader.png",
    "assets/ExtraStatisticsScreenshot.png"
  ],
  "version": "0.9.4.3"
}