OnlineTTV

Extension showing the list of active followed channels.

Wat is OnlineTTV?

OnlineTTV is een Chrome-extensie ontwikkeld door Mego, en de belangrijkste functie is "Extension showing the list of active followed channels.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie OnlineTTV

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

                        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!                    

Basisinformatie over de Extensie

Naam OnlineTTV OnlineTTV
ID becfleolohnaegiedeidikdfndkdcjcm
Officiële URL https://chromewebstore.google.com/detail/onlinettv/becfleolohnaegiedeidikdfndkdcjcm
Beschrijving Extension showing the list of active followed channels.
Bestandsgrootte 29.01 KB
Aantal Installaties 38
Huidige Versie 1.5.0
Laatst Bijgewerkt 2022-06-06
Publicatiedatum 2022-03-21
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar Mego
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://megomvs.github.io/
Ondersteunde Talen 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\/"
    ]
}