LoL Esports Twitch Radio

Embed de Twitch y su chat en lolesports.com

LoL Esports Twitch Radio là gì?

LoL Esports Twitch Radio là một tiện ích mở rộng Chrome được phát triển bởi Aleijox7, và tính năng chính của nó là "Embed de Twitch y su chat en lolesports.com".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng LoL Esports Twitch Radio

Tải xuống các tệp mở rộng LoL Esports Twitch Radio dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên LoL Esports Twitch Radio LoL Esports Twitch Radio
ID heffdebiflnbofgacjcglfihhjakijil
URL Chính Thức https://chromewebstore.google.com/detail/lol-esports-twitch-radio/heffdebiflnbofgacjcglfihhjakijil
Mô tả Embed de Twitch y su chat en lolesports.com
Kích Thước Tệp 38.86 KB
Số Lần Cài Đặt 38
Phiên Bản Hiện Tại 1.7
Cập Nhật Lần Cuối 2024-01-02
Ngày Phát Hành 2023-04-16
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Aleijox7
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}