ESEA Ranks

Shows ESEA Ranks

Wat is ESEA Ranks?

ESEA Ranks is een Chrome-extensie ontwikkeld door Meeoh, en de belangrijkste functie is "Shows ESEA Ranks".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie ESEA Ranks

Download ESEA Ranks-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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)!                    

Basisinformatie over de Extensie

Naam ESEA Ranks ESEA Ranks
ID nkhpaimekjnlmflobdlkmakdcjomloeh
Officiële URL https://chrome.google.com/webstore/detail/esea-ranks/nkhpaimekjnlmflobdlkmakdcjomloeh
Beschrijving Shows ESEA Ranks
Bestandsgrootte 116 KB
Aantal Installaties 1,000
Huidige Versie 2.0
Laatst Bijgewerkt 2020-08-04
Publicatiedatum 2019-05-29
Beoordeling 4.10/5 Totaal 20 Beoordelingen
Ontwikkelaar Meeoh
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://github.com/meeoh/ESEA-Rank-Displayer/issues
Ondersteunde Talen 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
}