Teuf Livestream

Show Teuf DLive Stream on your Twitch followings list

What is Teuf Livestream?

Teuf Livestream is a Chrome extension developed by Moute, and its main feature is "Show Teuf DLive Stream on your Twitch followings list".

Extension Screenshots

screenshot

Download Teuf Livestream Extension CRX File

Download Teuf Livestream extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Teuf Livestream Teuf Livestream
ID iblpacfeimklejjgmomhcglilmnjicpl
Official URL https://chromewebstore.google.com/detail/teuf-livestream/iblpacfeimklejjgmomhcglilmnjicpl
Description Show Teuf DLive Stream on your Twitch followings list
File Size 9.84 KB
Installation Count 41
Current Version 1.1
Last Updated 2022-10-29
Publish Date 2022-10-29
Developer Moute
Email [email protected]
Payment Type free
Supported Languages 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\/"
    ]
}