LoL Esports Twitch Radio

Embed de Twitch y su chat en lolesports.com

ما هو LoL Esports Twitch Radio؟

LoL Esports Twitch Radio هو إضافة Chrome تم تطويرها بواسطة Aleijox7، والميزة الرئيسية لها هي "Embed de Twitch y su chat en lolesports.com".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة LoL Esports Twitch Radio

قم بتنزيل ملفات الامتداد LoL Esports Twitch Radio بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [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"
            ]
        }
    ]
}