Examine source code of ESEA Ranks

Inspect and view changes in ESEA Ranks source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "ESEA Ranks",
  "description": "Shows ESEA Ranks",
  "version": "1.8",
  "background": {
    "scripts": [
      "jquery-3.1.1.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://play.esea.net/*"
      ],
      "js": [
        "jquery-3.1.1.js",
        "content_script.js"
      ]
    }
  ],
  "browser_action": {
    "default_title": "ESEA Rank Displayer",
    "default_icon": "eseaIcon.jpg"
  },
  "permissions": [
    "webNavigation"
  ],
  "manifest_version": 2
}