Esportal Pro

Enhances the experience on esportal.com

Wat is Esportal Pro?

Esportal Pro is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Enhances the experience on esportal.com".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Esportal Pro

Download Esportal Pro-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

                        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.                    

Basisinformatie over de Extensie

Naam Esportal Pro Esportal Pro
ID canfhblhenpejbnnkmlppkkacnjafpma
Officiële URL https://chromewebstore.google.com/detail/esportal-pro/canfhblhenpejbnnkmlppkkacnjafpma
Beschrijving Enhances the experience on esportal.com
Bestandsgrootte 50.36 KB
Aantal Installaties 83
Huidige Versie 0.0.0.8 beta
Laatst Bijgewerkt 2022-04-27
Publicatiedatum 2021-10-31
Ontwikkelaar Unknown
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}