Teuf Livestream
Show Teuf DLive Stream on your Twitch followings list
Wat is Teuf Livestream?
Teuf Livestream is een Chrome-extensie ontwikkeld door Moute, en de belangrijkste functie is "Show Teuf DLive Stream on your Twitch followings list".
Extensie Screenshots
Download het CRX-bestand van de extensie Teuf Livestream
Download Teuf Livestream-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        Affichez le stream de Teuf dans votre liste de chaines suivies sur Twitch                     Basisinformatie over de Extensie
| Naam |   |  
| ID | iblpacfeimklejjgmomhcglilmnjicpl | 
| Officiële URL | https://chromewebstore.google.com/detail/teuf-livestream/iblpacfeimklejjgmomhcglilmnjicpl | 
| Beschrijving | Show Teuf DLive Stream on your Twitch followings list | 
| Bestandsgrootte | 9.84 KB | 
| Aantal Installaties | 41 | 
| Huidige Versie | 1.1 | 
| Laatst Bijgewerkt | 2022-10-29 | 
| Publicatiedatum | 2022-10-29 | 
| Ontwikkelaar | Moute | 
| [email protected] | |
| Betalingswijze | free | 
| Ondersteunde Talen | 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\/"
    ]
}  |  |