LoL Esports Twitch Radio

Embed de Twitch y su chat en lolesports.com

What is LoL Esports Twitch Radio?

LoL Esports Twitch Radio is a Chrome extension developed by Aleijox7, and its main feature is "Embed de Twitch y su chat en lolesports.com".

Extension Screenshots

screenshot
screenshot
screenshot

Download LoL Esports Twitch Radio Extension CRX File

Download LoL Esports Twitch Radio extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Esta extensión añade la funcionalidad de ver un stream en modo radio en la página de lolesports.com para ver las partidas con el streamer que elijas.                    

Extension Basic Information

Name LoL Esports Twitch Radio LoL Esports Twitch Radio
ID heffdebiflnbofgacjcglfihhjakijil
Official URL https://chromewebstore.google.com/detail/lol-esports-twitch-radio/heffdebiflnbofgacjcglfihhjakijil
Description Embed de Twitch y su chat en lolesports.com
File Size 38.86 KB
Installation Count 38
Current Version 1.7
Last Updated 2024-01-02
Publish Date 2023-04-16
Rating 5.00/5 Total 1 Ratings
Developer Aleijox7
Email [email protected]
Payment Type free
Supported Languages es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "LoL Esports Twitch Radio",
    "version": "1.7",
    "description": "Embed de Twitch y su chat en lolesports.com",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/lolesports.com\/*",
                "https:\/\/lolesports.com\/live\/*",
                "https:\/\/lolesports.com\/vod\/*"
            ],
            "js": [
                "contentScript.js",
                "intro.js"
            ],
            "css": [
                "styles.css",
                "introjs.css",
                "introjs_dark.css"
            ]
        }
    ]
}