Teuf Livestream

Show Teuf DLive Stream on your Twitch followings list

什么是Teuf Livestream?

Teuf Livestream是由Moute开发的Chrome扩展程序,该扩展的主要功能是“Show Teuf DLive Stream on your Twitch followings list”。

扩展截图

screenshot

下载Teuf Livestream扩展crx文件

下载Teuf Livestream扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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\/"
    ]
}