Esportal Pro

Enhances the experience on esportal.com

Co to jest Esportal Pro?

Esportal Pro to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Enhances the experience on esportal.com”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Esportal Pro

Pobierz pliki rozszerzeń Esportal Pro w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Esportal Pro Esportal Pro
ID canfhblhenpejbnnkmlppkkacnjafpma
Oficjalny URL https://chromewebstore.google.com/detail/esportal-pro/canfhblhenpejbnnkmlppkkacnjafpma
Opis Enhances the experience on esportal.com
Rozmiar pliku 50.36 KB
Liczba instalacji 83
Aktualna Wersja 0.0.0.8 beta
Ostatnia Aktualizacja 2022-04-27
Data Publikacji 2021-10-31
Deweloper Unknown
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/*"
            ]
        }
    ]
}