ESEA Ranks

Shows ESEA Ranks

Cos'è ESEA Ranks?

ESEA Ranks è un'estensione di Chrome sviluppata da Meeoh, e la sua funzione principale è "Shows ESEA Ranks".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ESEA Ranks

Scarica i file di estensione ESEA Ranks in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome ESEA Ranks ESEA Ranks
ID nkhpaimekjnlmflobdlkmakdcjomloeh
URL Ufficiale https://chrome.google.com/webstore/detail/esea-ranks/nkhpaimekjnlmflobdlkmakdcjomloeh
Descrizione Shows ESEA Ranks
Dimensione del File 116 KB
Conteggio Installazioni 1,000
Versione Corrente 2.0
Ultimo Aggiornamento 2020-08-04
Data di Pubblicazione 2019-05-29
Valutazione 4.10/5 Totale 20 Valutazioni
Sviluppatore Meeoh
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://github.com/meeoh/ESEA-Rank-Displayer/issues
Lingue Supportate 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
}