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
Eメール [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\/"
    ]
}