Teuf Livestream

Show Teuf DLive Stream on your Twitch followings list

ما هو Teuf Livestream؟

Teuf Livestream هو إضافة Chrome تم تطويرها بواسطة Moute، والميزة الرئيسية لها هي "Show Teuf DLive Stream on your Twitch followings list".

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

screenshot

تحميل ملف CRX للإضافة Teuf Livestream

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

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

                        Affichez le stream de Teuf dans votre liste de chaines suivies sur Twitch                    

معلومات أساسية عن التمديد

الاسم Teuf Livestream Teuf Livestream
ID iblpacfeimklejjgmomhcglilmnjicpl
عنوان URL الرسمي https://chromewebstore.google.com/detail/teuf-livestream/iblpacfeimklejjgmomhcglilmnjicpl
الوصف Show Teuf DLive Stream on your Twitch followings list
حجم الملف 9.84 KB
عدد التثبيتات 41
النسخة الحالية 1.1
آخر تحديث 2022-10-29
تاريخ النشر 2022-10-29
المطور Moute
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Show Teuf DLive Stream on your Twitch followings list",
    "manifest_version": 3,
    "name": "Teuf Livestream",
    "version": "1.1",
    "homepage_url": "https:\/\/teufeurs.xyz",
    "icons": {
        "48": "icons\/teufExt-48.png",
        "96": "icons\/teufExt-96.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "dlive.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.twitch.tv\/*",
        "https:\/\/*.herokuapp.com\/"
    ]
}