Fukano
Soyez au courant quand votre streameur préféré commence à streamer!
Wat is Fukano?
Fukano is een Chrome-extensie ontwikkeld door https://fukano.fr, en de belangrijkste functie is "Soyez au courant quand votre streameur préféré commence à streamer!".
Extensie Screenshots
Download het CRX-bestand van de extensie Fukano
Download Fukano-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 ! Basisinformatie over de Extensie
| Naam | |
| ID | bkmjlefdhbcopjkjeehmaogecjelgcbo |
| Officiële URL | https://chromewebstore.google.com/detail/fukano/bkmjlefdhbcopjkjeehmaogecjelgcbo |
| Beschrijving | Soyez au courant quand votre streameur préféré commence à streamer! |
| Bestandsgrootte | 81.58 KB |
| Aantal Installaties | 205 |
| Huidige Versie | 2.4.9 |
| Laatst Bijgewerkt | 2017-01-03 |
| Publicatiedatum | 2017-01-03 |
| Beoordeling | 4.91/5 Totaal 22 Beoordelingen |
| Ontwikkelaar | https://fukano.fr |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |