Inspect and view changes in ESEA Rank 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",
"version": "1.2",
"description": "Shows player ranks & MMR on match pages",
"permissions": [
"webNavigation",
"*://play.esea.net/*"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"*://play.esea.net/*"
],
"js": [
"esea.js"
]
}
],
"manifest_version": 2
}