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…

¿Qué es League of Legends (LoL) Event Schedule?

League of Legends (LoL) Event Schedule es una extensión de Chrome desarrollada por Adrián Arbizu, y su función principal es "This extension provides a list of upcoming League of Legends eSports events (LEC, LCS, LCK, LPL, WORLD CHAMPIONSHIP, MID-SEASON…".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión League of Legends (LoL) Event Schedule

Descarga archivos de extensión League of Legends (LoL) Event Schedule en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre League of Legends (LoL) Event Schedule League of Legends (LoL) Event Schedule
ID hdhllppooojohhekjlolimghbhgipgdh
URL Oficial https://chromewebstore.google.com/detail/league-of-legends-lol-eve/hdhllppooojohhekjlolimghbhgipgdh
Descripción This extension provides a list of upcoming League of Legends eSports events (LEC, LCS, LCK, LPL, WORLD CHAMPIONSHIP, MID-SEASON…
Tamaño del Archivo 596 KB
Cantidad de Instalaciones 415
Versión Actual 2.6.0
Última Actualización 2021-07-08
Fecha de Publicación 2020-02-18
Calificación 4.67/5 Total de 3 Calificaciones
Desarrollador Adrián Arbizu
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
}