Esportal Pro

Enhances the experience on esportal.com

Esportal Pro là gì?

Esportal Pro là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Enhances the experience on esportal.com".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Esportal Pro

Tải xuống các tệp mở rộng Esportal Pro dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Esportal Pro Esportal Pro
ID canfhblhenpejbnnkmlppkkacnjafpma
URL Chính Thức https://chromewebstore.google.com/detail/esportal-pro/canfhblhenpejbnnkmlppkkacnjafpma
Mô tả Enhances the experience on esportal.com
Kích Thước Tệp 50.36 KB
Số Lần Cài Đặt 83
Phiên Bản Hiện Tại 0.0.0.8 beta
Cập Nhật Lần Cuối 2022-04-27
Ngày Phát Hành 2021-10-31
Nhà Phát Triển Unknown
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}