Esportal Pro

Enhances the experience on esportal.com

Cos'è Esportal Pro?

Esportal Pro è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Enhances the experience on esportal.com".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Esportal Pro

Scarica i file di estensione Esportal Pro 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

                        Features included are currently the following
- Hide live stream

More features and improvements will be added continuously as the development goes further.

If you have any questions or suggestions on how to improve this extension, then don't hesitate to contact me.                    

Informazioni di Base sull'Estensione

Nome Esportal Pro Esportal Pro
ID canfhblhenpejbnnkmlppkkacnjafpma
URL Ufficiale https://chromewebstore.google.com/detail/esportal-pro/canfhblhenpejbnnkmlppkkacnjafpma
Descrizione Enhances the experience on esportal.com
Dimensione del File 50.36 KB
Conteggio Installazioni 83
Versione Corrente 0.0.0.8 beta
Ultimo Aggiornamento 2022-04-27
Data di Pubblicazione 2021-10-31
Sviluppatore Unknown
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Esportal Pro",
    "description": "Enhances the experience on esportal.com",
    "version": "0.0.0.8",
    "version_name": "0.0.0.8 beta",
    "manifest_version": 3,
    "content_scripts": [
        {
            "js": [
                "main.js",
                "functions.js"
            ],
            "matches": [
                "https:\/\/esportal.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "images\/ep_128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/spinner.gif"
            ],
            "matches": [
                "https:\/\/esportal.com\/*"
            ]
        }
    ]
}