Teuf Livestream
Show Teuf DLive Stream on your Twitch followings list
Co to jest Teuf Livestream?
Teuf Livestream to rozszerzenie Chrome opracowane przez Moute, a jego główną funkcją jest „Show Teuf DLive Stream on your Twitch followings list”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Teuf Livestream
Pobierz pliki rozszerzeń Teuf Livestream w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        Affichez le stream de Teuf dans votre liste de chaines suivies sur Twitch                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | iblpacfeimklejjgmomhcglilmnjicpl | 
| Oficjalny URL | https://chromewebstore.google.com/detail/teuf-livestream/iblpacfeimklejjgmomhcglilmnjicpl | 
| Opis | Show Teuf DLive Stream on your Twitch followings list | 
| Rozmiar pliku | 9.84 KB | 
| Liczba instalacji | 41 | 
| Aktualna Wersja | 1.1 | 
| Ostatnia Aktualizacja | 2022-10-29 | 
| Data Publikacji | 2022-10-29 | 
| Deweloper | Moute | 
| [email protected] | |
| Typ Płatności | free | 
| Obsługiwane Języki | 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\/"
    ]
}  |  |