League of Legends (LoL) Event Schedule
This extension provides a list of upcoming League of Legends eSports events (LEC, LCS, LCK, LPL, WORLD CHAMPIONSHIP, MID-SEASON…
Cos'è League of Legends (LoL) Event Schedule?
League of Legends (LoL) Event Schedule è un'estensione di Chrome sviluppata da Adrián Arbizu, e la sua funzione principale è "This extension provides a list of upcoming League of Legends eSports events (LEC, LCS, LCK, LPL, WORLD CHAMPIONSHIP, MID-SEASON…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione League of Legends (LoL) Event Schedule
Scarica i file di estensione League of Legends (LoL) Event Schedule 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 extension provides a list of upcoming League of Legends eSports events (LEC, LCS, LCK, LPL, WORLD CHAMPIONSHIP, MID-SEASON INVITATIONAL, ALL-STAR) Features: - List of the upcoming events. - When a match is Live, it will be show even if you don't select the league that owns it. Click over it to navigate to the stream broadcasting it! Share your experience at the Chrome Store and rate League of Legends (LoL) Event Schedule extension Extension made by Adrián Arbizu Donoso (Spain). Framework used: Angular 12.
Informazioni di Base sull'Estensione
Nome | League of Legends (LoL) Event Schedule |
ID | hdhllppooojohhekjlolimghbhgipgdh |
URL Ufficiale | https://chromewebstore.google.com/detail/league-of-legends-lol-eve/hdhllppooojohhekjlolimghbhgipgdh |
Descrizione | This extension provides a list of upcoming League of Legends eSports events (LEC, LCS, LCK, LPL, WORLD CHAMPIONSHIP, MID-SEASON… |
Dimensione del File | 596 KB |
Conteggio Installazioni | 415 |
Versione Corrente | 2.6.0 |
Ultimo Aggiornamento | 2021-07-08 |
Data di Pubblicazione | 2020-02-18 |
Valutazione | 4.67/5 Totale 3 Valutazioni |
Sviluppatore | Adrián Arbizu |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "manifest_version": 3, "name": "League of Legends (LoL) Event Schedule", "version": "2.6.0", "background": { "service_worker": "service-worker.js" }, "action": { "default_title": "Watch events!", "default_popup": "index.html#\/popup" }, "icons": { "19": "assets\/icon.png", "128": "assets\/icon.png", "16": "assets\/icon.png", "24": "assets\/icon.png", "256": "assets\/icon.png", "32": "assets\/icon.png", "48": "assets\/icon.png", "512": "assets\/icon.png", "64": "assets\/icon.png" }, "short_name": "LES", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |