Timtoobias Live

Soyez toujours au courant des lives & vidéos de votre streameur Dofus préféré

Was ist Timtoobias Live?

Timtoobias Live ist eine Chrome-Erweiterung, die von Hector Lachambre entwickelt wurde, und ihr Hauptmerkmal ist "Soyez toujours au courant des lives & vidéos de votre streameur Dofus préféré".

Erweiterungsscreenshots

screenshot
screenshot

Timtoobias Live-Erweiterungs-CRX-Datei herunterladen

Laden Sie Timtoobias Live-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Soyez notifié si Timtoobias démarre une diffusion Twitch ou si une nouvelle vidéo Youtube est publiée, de plus vous pourrez y accéder depuis l'extension.                    

Grundlegende Informationen zur Erweiterung

Name Timtoobias Live Timtoobias Live
ID lomhkkpmgdgjimlhedaoojeciicaflap
Offizielle URL https://chromewebstore.google.com/detail/timtoobias-live/lomhkkpmgdgjimlhedaoojeciicaflap
Beschreibung Soyez toujours au courant des lives & vidéos de votre streameur Dofus préféré
Dateigröße 185 KB
Installationsanzahl 23
Aktuelle Version 2.0.2
Letztes Update 2019-03-21
Veröffentlichungsdatum 2019-03-21
Bewertung 5.00/5 Insgesamt 8 Bewertungen
Entwickler Hector Lachambre
Zahlungsart free
Unterstützte Sprachen fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Timtoobias Live",
    "version": "2.0.2",
    "description": "Soyez toujours au courant des lives & vid\u00e9os de votre streameur Dofus pr\u00e9f\u00e9r\u00e9",
    "permissions": [
        "huzlive.hectorlachambre.pro\/*",
        "activeTab",
        "notifications",
        "storage"
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/tim_logo16.png",
            "32": "images\/tim_logo32.png",
            "48": "images\/tim_logo48.png",
            "128": "images\/tim_logo128.png"
        }
    },
    "icons": {
        "16": "images\/tim_logo16.png",
        "32": "images\/tim_logo32.png",
        "48": "images\/tim_logo48.png",
        "128": "images\/tim_logo128.png"
    },
    "manifest_version": 2
}