Zydar Live
Notifie lorsque Zydar est en LIVE !
Wat is Zydar Live?
Zydar Live is een Chrome-extensie ontwikkeld door Skarneur, en de belangrijkste functie is "Notifie lorsque Zydar est en LIVE !".
Extensie Screenshots
Download het CRX-bestand van de extensie Zydar Live
Download Zydar Live-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
Pour savoir dès que je suis en live, télécharge mon extension !
Basisinformatie over de Extensie
Naam | |
ID | nemhlgbjgijlmioajojakndfjhgfkdnh |
Officiële URL | https://chrome.google.com/webstore/detail/zydar-live/nemhlgbjgijlmioajojakndfjhgfkdnh |
Beschrijving | Notifie lorsque Zydar est en LIVE ! |
Bestandsgrootte | 353 KB |
Aantal Installaties | 56 |
Huidige Versie | 3.3 |
Laatst Bijgewerkt | 2019-11-14 |
Publicatiedatum | 2019-11-14 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Skarneur |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | fr |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "assets\/js\/jquery.js", "assets\/js\/notifications.js" ] }, "browser_action": { "default_icon": "assets\/img\/offline.png", "default_popup": "popup\/index.html", "default_title": "Zydar - Hors-Ligne" }, "description": "Notifie lorsque Zydar est en LIVE !", "icons": { "128": "assets\/img\/logo_mini.png" }, "manifest_version": 2, "name": "Zydar Live", "permissions": [ "background", "https:\/\/api.twitch.tv\/kraken\/streams?channel=*", "*:\/\/*.googleapis.com\/*", "notifications", "storage" ], "short_name": "Zydar Live", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.3" } |