Esportal Pro

Enhances the experience on esportal.com

什么是Esportal Pro?

Esportal Pro是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Enhances the experience on esportal.com”。

扩展截图

screenshot

下载Esportal Pro扩展crx文件

下载Esportal Pro扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Esportal Pro Esportal Pro
ID canfhblhenpejbnnkmlppkkacnjafpma
官方URL https://chromewebstore.google.com/detail/esportal-pro/canfhblhenpejbnnkmlppkkacnjafpma
简介 Enhances the experience on esportal.com
文件大小 50.36 KB
安装次数 83
当前版本 0.0.0.8 beta
更新时间 2022-04-27
上架时间 2021-10-31
开发者 Unknown
电子邮箱 [email protected]
付费类型 free
支持的语言 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\/*"
            ]
        }
    ]
}