OnlineTTV

Extension showing the list of active followed channels.

Qu'est-ce que OnlineTTV ?

OnlineTTV est une extension Chrome développée par Mego, et sa fonction principale est "Extension showing the list of active followed channels.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension OnlineTTV

Téléchargez les fichiers d'extension OnlineTTV au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom OnlineTTV OnlineTTV
ID becfleolohnaegiedeidikdfndkdcjcm
URL Officiel https://chromewebstore.google.com/detail/onlinettv/becfleolohnaegiedeidikdfndkdcjcm
Description Extension showing the list of active followed channels.
Taille du Fichier 29.01 KB
Nombre d'Installations 38
Version Actuelle 1.5.0
Dernière Mise à Jour 2022-06-06
Date de Publication 2022-03-21
Évaluation 5.00/5 Total 5 Évaluations
Développeur Mego
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://megomvs.github.io/
Langues Prises en Charge 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\/"
    ]
}