Esportal Pro

Enhances the experience on esportal.com

Esportal Pro란 무엇입니까?

Esportal Pro은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enhances the experience on esportal.com"입니다.

확장 프로그램 스크린샷

screenshot

Esportal Pro 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
            ]
        }
    ]
}