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
官方網址 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\/"
    ]
}