European Football Leagues Score

Simple football box score

O que é European Football Leagues Score?

European Football Leagues Score é uma extensão do Chrome desenvolvida por junjun901225, e sua principal característica é "Simple football box score".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão European Football Leagues Score

Baixe arquivos de extensão European Football Leagues Score no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        This extenison is a dashboard that displays real-time football scores from various leagues across Europe.

The users don't need to open a new tab or access a new webpage to check football scores.

Update history

v1.2.0
It shows scorers when hovering a score

v1.3.0
league1 and serieA are added

v1.4.0
pagination is added
UEFA Europa League and UEFA Europa Conference League are added

V1.4.1
bug fix for the case where a team doesn't have a record                    

Informações Básicas da Extensão

Nome European Football Leagues Score European Football Leagues Score
ID gbjnhnlklfjifaijdgmefjeokakhpaeg
URL Oficial https://chromewebstore.google.com/detail/european-football-leagues/gbjnhnlklfjifaijdgmefjeokakhpaeg
Descrição Simple football box score
Tamanho do Arquivo 1.46 MB
Contagem de Instalações 194
Versão Atual 1.4.1
Última Atualização 2024-02-06
Data de Publicação 2023-10-03
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor junjun901225
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "European Football Leagues Score",
    "description": "Simple football box score",
    "version": "1.4.1",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "icons": {
        "16": "football.png",
        "48": "football.png",
        "128": "football.png"
    },
    "permissions": []
}