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…

什么是League of Legends (LoL) Event Schedule?

League of Legends (LoL) Event Schedule是由Adrián Arbizu开发的Chrome扩展程序,该扩展的主要功能是“This extension provides a list of upcoming League of Legends eSports events (LEC, LCS, LCK, LPL, WORLD CHAMPIONSHIP, MID-SEASON…”。

扩展截图

screenshot
screenshot

下载League of Legends (LoL) Event Schedule扩展crx文件

下载League of Legends (LoL) Event Schedule扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 League of Legends (LoL) Event Schedule League of Legends (LoL) Event Schedule
ID hdhllppooojohhekjlolimghbhgipgdh
官方URL https://chromewebstore.google.com/detail/league-of-legends-lol-eve/hdhllppooojohhekjlolimghbhgipgdh
简介 This extension provides a list of upcoming League of Legends eSports events (LEC, LCS, LCK, LPL, WORLD CHAMPIONSHIP, MID-SEASON…
文件大小 596 KB
安装次数 415
当前版本 2.6.0
更新时间 2021-07-08
上架时间 2020-02-18
评分 4.67/5 共3次评分
开发者 Adrián Arbizu
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
}