Nameless Live
Permet de savoir si Nameless est en Live
Co to jest Nameless Live?
Nameless Live to rozszerzenie Chrome opracowane przez jeremydelacasa, a jego główną funkcją jest „Permet de savoir si Nameless est en Live”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Nameless Live
Pobierz pliki rozszerzeń Nameless Live 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
Vous aimez Nameless ?
Cette extension vous permettra de savoir d'un simple coup d'oeil si Nameless est en Live.
En effet elle ajoutera une petite icône Nameless dans votre barre d'extensions.
Si celle-ci est en noir et blanc cela signifie qu'il est Offline.
Si celle-ci est en couleur cela signifie qu'il est en Live.
Il suffit de cliquer sur l'icône pour être redirigé vers son stream.
Bon stream !
Le code est Open Source
https://github.com/jeremydelacasa/NamelessLive Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | nfebhbopjgiackpglciadmlkinjgbead |
| Oficjalny URL | https://chromewebstore.google.com/detail/nameless-live/nfebhbopjgiackpglciadmlkinjgbead |
| Opis | Permet de savoir si Nameless est en Live |
| Rozmiar pliku | 39.33 KB |
| Liczba instalacji | 15 |
| Aktualna Wersja | 1.0.2 |
| Ostatnia Aktualizacja | 2020-05-26 |
| Data Publikacji | 2020-05-25 |
| Ocena | 5.00/5 Łącznie 4 Oceny |
| Deweloper | jeremydelacasa |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/jeremydelacasa/NamelessLive |
| Obsługiwane Języki | fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Nameless Live",
"version": "1.0.2",
"description": "Permet de savoir si Nameless est en Live",
"icons": {
"16": "nameless-16.png",
"128": "nameless-128.png"
},
"browser_action": {
"default_icon": "nameless-19.png",
"default_title": "Nameless Live"
},
"permissions": [
"notifications"
],
"background": {
"scripts": [
"background.js"
]
}
} | |