ESEA ADR

Show pug ADR/FPR without inspecting the element

Qu'est-ce que ESEA ADR ?

ESEA ADR est une extension Chrome développée par sLi, et sa fonction principale est "Show pug ADR/FPR without inspecting the element".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ESEA ADR

Téléchargez les fichiers d'extension ESEA ADR au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom ESEA ADR ESEA ADR
ID kfeanekncamfmpdahnpcbhajiaphkond
URL Officiel https://chrome.google.com/webstore/detail/kfeanekncamfmpdahnpcbhajiaphkond
Description Show pug ADR/FPR without inspecting the element
Taille du Fichier 3.86 KB
Nombre d'Installations 41
Version Actuelle 1.1
Dernière Mise à Jour 2016-01-24
Date de Publication 2016-01-24
Évaluation 2.67/5 Total 3 Évaluations
Développeur sLi
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}