Neila Live Notifier
Extension pour suivre les lives de Neila
Vad är Neila Live Notifier?
Neila Live Notifier är en Chrome-tillägg utvecklad av Neila-gaming, och dess huvudfunktion är "Extension pour suivre les lives de Neila".
Tilläggsskärmbilder
Ladda ner Neila Live Notifier-förlängningens CRX-fil
Ladda ner Neila Live Notifier-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | gpkenmcifacccdnangeckcokmeefhagl |
| Officiell webbadress | https://chromewebstore.google.com/detail/neila-live-notifier/gpkenmcifacccdnangeckcokmeefhagl |
| Beskrivning | Extension pour suivre les lives de Neila |
| Filstorlek | 265 KB |
| Antal Installationer | 11 |
| Aktuell Version | 3.0.0 |
| Senast Uppdaterad | 2017-06-12 |
| Publiceringsdatum | 2017-06-12 |
| Betyg | 5.00/5 Totalt 4 Betyg |
| Utvecklare | Neila-gaming |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://www.twitch.tv/neila_gaming |
| Stödda Språk | 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"
}
} | |