Timtoobias Live

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

Cos'è Timtoobias Live?

Timtoobias Live è un'estensione di Chrome sviluppata da Hector Lachambre, e la sua funzione principale è "Soyez toujours au courant des lives & vidéos de votre streameur Dofus préféré".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Timtoobias Live

Scarica i file di estensione Timtoobias Live 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Timtoobias Live Timtoobias Live
ID lomhkkpmgdgjimlhedaoojeciicaflap
URL Ufficiale https://chromewebstore.google.com/detail/timtoobias-live/lomhkkpmgdgjimlhedaoojeciicaflap
Descrizione Soyez toujours au courant des lives & vidéos de votre streameur Dofus préféré
Dimensione del File 185 KB
Conteggio Installazioni 23
Versione Corrente 2.0.2
Ultimo Aggiornamento 2019-03-21
Data di Pubblicazione 2019-03-21
Valutazione 5.00/5 Totale 8 Valutazioni
Sviluppatore Hector Lachambre
Tipo di Pagamento free
Lingue Supportate 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
}