Esportal Pro

Enhances the experience on esportal.com

What is Esportal Pro?

Esportal Pro is a Chrome extension developed by Unknown, and its main feature is "Enhances the experience on esportal.com".

Extension Screenshots

screenshot

Download Esportal Pro Extension CRX File

Download Esportal Pro extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Esportal Pro Esportal Pro
ID canfhblhenpejbnnkmlppkkacnjafpma
Official URL https://chromewebstore.google.com/detail/esportal-pro/canfhblhenpejbnnkmlppkkacnjafpma
Description Enhances the experience on esportal.com
File Size 50.36 KB
Installation Count 83
Current Version 0.0.0.8 beta
Last Updated 2022-04-27
Publish Date 2021-10-31
Developer Unknown
Email [email protected]
Payment Type free
Supported Languages 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\/*"
            ]
        }
    ]
}