ESEA ADR

Show pug ADR/FPR without inspecting the element

Cos'è ESEA ADR?

ESEA ADR è un'estensione di Chrome sviluppata da sLi, e la sua funzione principale è "Show pug ADR/FPR without inspecting the element".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ESEA ADR

Scarica i file di estensione ESEA ADR 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

                        On ESEA match stats pages it looks for commented out html and makes it visible.                    

Informazioni di Base sull'Estensione

Nome ESEA ADR ESEA ADR
ID kfeanekncamfmpdahnpcbhajiaphkond
URL Ufficiale https://chrome.google.com/webstore/detail/kfeanekncamfmpdahnpcbhajiaphkond
Descrizione Show pug ADR/FPR without inspecting the element
Dimensione del File 3.86 KB
Conteggio Installazioni 41
Versione Corrente 1.1
Ultimo Aggiornamento 2016-01-24
Data di Pubblicazione 2016-01-24
Valutazione 2.67/5 Totale 3 Valutazioni
Sviluppatore sLi
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ESEA ADR",
    "description": "Show pug ADR\/FPR without inspecting the element",
    "version": "1.1",
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/play.esea.net\/*"
            ],
            "js": [
                "run.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "https:\/\/play.esea.net\/*"
    ]
}