Neila Live Notifier
Extension pour suivre les lives de Neila
Wat is Neila Live Notifier?
Neila Live Notifier is een Chrome-extensie ontwikkeld door Neila-gaming, en de belangrijkste functie is "Extension pour suivre les lives de Neila".
Extensie Screenshots
Download het CRX-bestand van de extensie Neila Live Notifier
Download Neila Live Notifier-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 Neila lance son stream ! L'icone de l'extension passe au bleu quand Neila est en live. Ouvre un onglet vers le Twitch de Neila en cliquant sur l'icone.
Basisinformatie over de Extensie
Naam | Neila Live Notifier |
ID | gpkenmcifacccdnangeckcokmeefhagl |
Officiële URL | https://chromewebstore.google.com/detail/neila-live-notifier/gpkenmcifacccdnangeckcokmeefhagl |
Beschrijving | Extension pour suivre les lives de Neila |
Bestandsgrootte | 265 KB |
Aantal Installaties | 11 |
Huidige Versie | 3.0.0 |
Laatst Bijgewerkt | 2017-06-12 |
Publicatiedatum | 2017-06-12 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Neila-gaming |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.twitch.tv/neila_gaming |
Ondersteunde Talen | de,en,fr,es,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.0.0", "default_locale": "fr", "name": "Neila Live Notifier", "description": "Extension pour suivre les lives de Neila", "background": { "persistent": true, "scripts": [ ".\/src\/background.js" ] }, "author": "Nucktrooper", "manifest_version": 2, "icons": { "128": "icon.png" }, "permissions": [ "notifications" ], "optional_permissions": [ "background" ], "options_ui": { "open_in_tab": true, "page": "options\/options.html" }, "browser_action": { "default_icon": { "19": "data\/Button_OFF.png" }, "default_popup": ".\/popup\/popup.html" } } |