ESEA Ranks

Shows ESEA Ranks

What is ESEA Ranks?

ESEA Ranks is a Chrome extension developed by Meeoh, and its main feature is "Shows ESEA Ranks".

Extension Screenshots

screenshot

Download ESEA Ranks Extension CRX File

Download ESEA Ranks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Shows ESEA Ranks in stats match on the website. Automatically finds and places ranks next to names, no configuration needed!

Now works with the new website rework (as of May 29th 2019)!                    

Extension Basic Information

Name ESEA Ranks ESEA Ranks
ID nkhpaimekjnlmflobdlkmakdcjomloeh
Official URL https://chrome.google.com/webstore/detail/esea-ranks/nkhpaimekjnlmflobdlkmakdcjomloeh
Description Shows ESEA Ranks
File Size 116 KB
Installation Count 1,000
Current Version 2.0
Last Updated 2020-08-04
Publish Date 2019-05-29
Rating 4.10/5 Total 20 Ratings
Developer Meeoh
Email [email protected]
Payment Type free
Help Page URL https://github.com/meeoh/ESEA-Rank-Displayer/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ESEA Ranks",
    "description": "Shows ESEA Ranks",
    "version": "2.0",
    "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
}