Teuf Livestream

Show Teuf DLive Stream on your Twitch followings list

Teuf Livestream क्या है?

Teuf Livestream Moute द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show Teuf DLive Stream on your Twitch followings list"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Teuf Livestream एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/"
    ]
}