European Football Leagues Score
Simple football box score
Cos'è European Football Leagues Score?
European Football Leagues Score è un'estensione di Chrome sviluppata da junjun901225, e la sua funzione principale è "Simple football box score".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione European Football Leagues Score
Scarica i file di estensione European Football Leagues Score in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | gbjnhnlklfjifaijdgmefjeokakhpaeg |
| URL Ufficiale | https://chromewebstore.google.com/detail/european-football-leagues/gbjnhnlklfjifaijdgmefjeokakhpaeg |
| Descrizione | Simple football box score |
| Dimensione del File | 1.46 MB |
| Conteggio Installazioni | 194 |
| Versione Corrente | 1.4.1 |
| Ultimo Aggiornamento | 2024-02-06 |
| Data di Pubblicazione | 2023-10-03 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | junjun901225 |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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": []
} | |