Neila Live Notifier
Extension pour suivre les lives de Neila
What is Neila Live Notifier?
Neila Live Notifier is a Chrome extension developed by Neila-gaming, and its main feature is "Extension pour suivre les lives de Neila".
Extension Screenshots
Download Neila Live Notifier Extension CRX File
Download Neila Live Notifier 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 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.
Extension Basic Information
Name | Neila Live Notifier |
ID | gpkenmcifacccdnangeckcokmeefhagl |
Official URL | https://chromewebstore.google.com/detail/neila-live-notifier/gpkenmcifacccdnangeckcokmeefhagl |
Description | Extension pour suivre les lives de Neila |
File Size | 265 KB |
Installation Count | 11 |
Current Version | 3.0.0 |
Last Updated | 2017-06-12 |
Publish Date | 2017-06-12 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Neila-gaming |
Neila-gaming@outlook.fr | |
Payment Type | free |
Extension Website | https://www.twitch.tv/neila_gaming |
Supported Languages | 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" } } |