OnlineTTV

Extension showing the list of active followed channels.

Cos'è OnlineTTV?

OnlineTTV è un'estensione di Chrome sviluppata da Mego, e la sua funzione principale è "Extension showing the list of active followed channels.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione OnlineTTV

Scarica i file di estensione OnlineTTV in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome OnlineTTV OnlineTTV
ID becfleolohnaegiedeidikdfndkdcjcm
URL Ufficiale https://chromewebstore.google.com/detail/onlinettv/becfleolohnaegiedeidikdfndkdcjcm
Descrizione Extension showing the list of active followed channels.
Dimensione del File 29.01 KB
Conteggio Installazioni 38
Versione Corrente 1.5.0
Ultimo Aggiornamento 2022-06-06
Data di Pubblicazione 2022-03-21
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore Mego
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://megomvs.github.io/
Lingue Supportate 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\/"
    ]
}