Teuf Livestream

Show Teuf DLive Stream on your Twitch followings list

Cos'è Teuf Livestream?

Teuf Livestream è un'estensione di Chrome sviluppata da Moute, e la sua funzione principale è "Show Teuf DLive Stream on your Twitch followings list".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Teuf Livestream

Scarica i file di estensione Teuf Livestream in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Teuf Livestream Teuf Livestream
ID iblpacfeimklejjgmomhcglilmnjicpl
URL Ufficiale https://chromewebstore.google.com/detail/teuf-livestream/iblpacfeimklejjgmomhcglilmnjicpl
Descrizione Show Teuf DLive Stream on your Twitch followings list
Dimensione del File 9.84 KB
Conteggio Installazioni 41
Versione Corrente 1.1
Ultimo Aggiornamento 2022-10-29
Data di Pubblicazione 2022-10-29
Sviluppatore Moute
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/"
    ]
}