LoL Esports Twitch Radio

Embed de Twitch y su chat en lolesports.com

LoL Esports Twitch Radioとは何ですか?

LoL Esports Twitch RadioはAleijox7によって開発されたChromeの拡張機能で、その主な機能は「Embed de Twitch y su chat en lolesports.com」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

LoL Esports Twitch Radio拡張機能のCRXファイルをダウンロード

LoL Esports Twitch Radio拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 LoL Esports Twitch Radio LoL Esports Twitch Radio
ID heffdebiflnbofgacjcglfihhjakijil
公式URL https://chromewebstore.google.com/detail/lol-esports-twitch-radio/heffdebiflnbofgacjcglfihhjakijil
説明 Embed de Twitch y su chat en lolesports.com
ファイルサイズ 38.86 KB
インストール数 38
現在のバージョン 1.7
最終更新日 2024-01-02
公開日 2023-04-16
評価 5.00/5 合計 1 レビュー
開発者 Aleijox7
Eメール [email protected]
支払い方法 free
対応言語 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"
            ]
        }
    ]
}