Fukano
Soyez au courant quand votre streameur préféré commence à streamer!
Cos'è Fukano?
Fukano è un'estensione di Chrome sviluppata da https://fukano.fr, e la sua funzione principale è "Soyez au courant quand votre streameur préféré commence à streamer!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Fukano
Scarica i file di estensione Fukano 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 au courant quand Fukano lance un stream !
Si l'icône est en noir et blanc, le stream est OFF. Le lien redirige vers Twitter.
Si l'icône est colorée, le stream est ON ! Cliquez dessus pour ouvrir la page du live !                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | bkmjlefdhbcopjkjeehmaogecjelgcbo | 
| URL Ufficiale | https://chromewebstore.google.com/detail/fukano/bkmjlefdhbcopjkjeehmaogecjelgcbo | 
| Descrizione | Soyez au courant quand votre streameur préféré commence à streamer! | 
| Dimensione del File | 81.58 KB | 
| Conteggio Installazioni | 205 | 
| Versione Corrente | 2.4.9 | 
| Ultimo Aggiornamento | 2017-01-03 | 
| Data di Pubblicazione | 2017-01-03 | 
| Valutazione | 4.91/5 Totale 22 Valutazioni | 
| Sviluppatore | https://fukano.fr | 
| Tipo di Pagamento | free | 
| Lingue Supportate | fr | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fukano",
    "description": "Soyez au courant quand votre streameur pr\u00e9f\u00e9r\u00e9 commence \u00e0 streamer!",
    "version": "2.4.9",
    "background": {
        "scripts": [
            "parameters.js",
            "btnlive.js",
            "chrome.js"
        ]
    },
    "permissions": [
        "https:\/\/api.twitch.tv\/",
        "notifications"
    ],
    "browser_action": {
        "default_icon": "iconoff48.png"
    },
    "icons": {
        "16": "iconoff16.png",
        "48": "iconoff48.png",
        "128": "iconoff128.png"
    }
}  |  |