dotabuff kdr

dotabuff kdr

dotabuff current kda/winrate

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "dotabuff kdr",
  "manifest_version": 2,
  "version": "1.2",
  "description": "dotabuff current kda/winrate",
  "author": "withgod",
  "short_name": "dbkdr",
  "content_scripts": [
    {
      "matches": [
        "http://dotabuff.com/*"
      ],
      "js": [
        "dotabuff.user.js"
      ]
    }
  ],
  "permissions": [
    "http://dotabuff.com/*"
  ]
}