XariLive
Soyez au courant quand votre streameur préféré commence à streamer!
Wat is XariLive?
XariLive is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Soyez au courant quand votre streameur préféré commence à streamer!".
Download het CRX-bestand van de extensie XariLive
Download XariLive-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
Basisinformatie over de Extensie
| Naam | |
| ID | idjipoclalbmonkkdckckcogdadbfhka |
| Officiële URL | https://chromewebstore.google.com/detail/xarilive/idjipoclalbmonkkdckckcogdadbfhka |
| Beschrijving | Soyez au courant quand votre streameur préféré commence à streamer! |
| Bestandsgrootte | 37.92 KB |
| Aantal Installaties | 70 |
| Huidige Versie | 2.4.7 |
| Laatst Bijgewerkt | 2017-02-20 |
| Publicatiedatum | 2017-02-20 |
| Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | Unknown |
| Betalingswijze | free |
| Ondersteunde Talen | fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "XariLive",
"description": "Soyez au courant quand votre streameur pr\u00e9f\u00e9r\u00e9 commence \u00e0 streamer!",
"version": "2.4.7",
"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"
}
} | |