Teuf Livestream
Show Teuf DLive Stream on your Twitch followings list
Hvad er Teuf Livestream?
Teuf Livestream er en Chrome-udvidelse udviklet af Moute, og dens hovedfunktion er "Show Teuf DLive Stream on your Twitch followings list".
Udvidelsesskærmbilleder
Download Teuf Livestream-udvidelses-CRX-fil
Download Teuf Livestream-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Affichez le stream de Teuf dans votre liste de chaines suivies sur Twitch Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | iblpacfeimklejjgmomhcglilmnjicpl |
| Officiel URL | https://chromewebstore.google.com/detail/teuf-livestream/iblpacfeimklejjgmomhcglilmnjicpl |
| Beskrivelse | Show Teuf DLive Stream on your Twitch followings list |
| Filstørrelse | 9.84 KB |
| Antal Installationer | 41 |
| Nuværende Version | 1.1 |
| Senest Opdateret | 2022-10-29 |
| Udgivelsesdato | 2022-10-29 |
| Udvikler | Moute |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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\/"
]
} | |