Fukano

Soyez au courant quand votre streameur préféré commence à streamer!

What is Fukano?

Fukano is a Chrome extension developed by https://fukano.fr, and its main feature is "Soyez au courant quand votre streameur préféré commence à streamer!".

Extension Screenshots

screenshot

Download Fukano Extension CRX File

Download Fukano extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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 !                    

Extension Basic Information

Name Fukano Fukano
ID bkmjlefdhbcopjkjeehmaogecjelgcbo
Official URL https://chromewebstore.google.com/detail/fukano/bkmjlefdhbcopjkjeehmaogecjelgcbo
Description Soyez au courant quand votre streameur préféré commence à streamer!
File Size 81.58 KB
Installation Count 205
Current Version 2.4.9
Last Updated 2017-01-03
Publish Date 2017-01-03
Rating 4.91/5 Total 22 Ratings
Developer https://fukano.fr
Payment Type free
Supported Languages 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"
    }
}