OnlineTTV

Extension showing the list of active followed channels.

Hvad er OnlineTTV?

OnlineTTV er en Chrome-udvidelse udviklet af Mego, og dens hovedfunktion er "Extension showing the list of active followed channels.".

Udvidelsesskærmbilleder

screenshot

Download OnlineTTV-udvidelses-CRX-fil

Download OnlineTTV-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

                        OnlineTTV is an extension that will greatly improve the way you manage your favorite Twitch streams.
You can view the active channels of your favorite streamers.
Now you can get the status of your favorite streams in one place.
Fast and convenient!                    

Grundlæggende oplysninger om udvidelsen

Navn OnlineTTV OnlineTTV
ID becfleolohnaegiedeidikdfndkdcjcm
Officiel URL https://chromewebstore.google.com/detail/onlinettv/becfleolohnaegiedeidikdfndkdcjcm
Beskrivelse Extension showing the list of active followed channels.
Filstørrelse 29.01 KB
Antal Installationer 38
Nuværende Version 1.5.0
Senest Opdateret 2022-06-06
Udgivelsesdato 2022-03-21
Bedømmelse 5.00/5 Samlet 5 Bedømmelser
Udvikler Mego
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://megomvs.github.io/
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "OnlineTTV",
    "version": "1.5.0",
    "description": "Extension showing the list of active followed channels.",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "49": "icon.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "alarms",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/megomvs.github.io\/"
    ]
}