Neila Live Notifier
Extension pour suivre les lives de Neila
Co to jest Neila Live Notifier?
Neila Live Notifier to rozszerzenie Chrome opracowane przez Neila-gaming, a jego główną funkcją jest „Extension pour suivre les lives de Neila”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Neila Live Notifier
Pobierz pliki rozszerzeń Neila Live Notifier w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | gpkenmcifacccdnangeckcokmeefhagl |
| Oficjalny URL | https://chromewebstore.google.com/detail/neila-live-notifier/gpkenmcifacccdnangeckcokmeefhagl |
| Opis | Extension pour suivre les lives de Neila |
| Rozmiar pliku | 265 KB |
| Liczba instalacji | 11 |
| Aktualna Wersja | 3.0.0 |
| Ostatnia Aktualizacja | 2017-06-12 |
| Data Publikacji | 2017-06-12 |
| Ocena | 5.00/5 Łącznie 4 Oceny |
| Deweloper | Neila-gaming |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://www.twitch.tv/neila_gaming |
| Obsługiwane Języki | 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"
}
} | |