NieDaRadek - Livestream Checker
Rozszerzenie ktore pokazuje ci kiedy NieDaRadek jest online na twitchu
Cos'è NieDaRadek - Livestream Checker?
NieDaRadek - Livestream Checker è un'estensione di Chrome sviluppata da Johnny2525, e la sua funzione principale è "Rozszerzenie ktore pokazuje ci kiedy NieDaRadek jest online na twitchu".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione NieDaRadek - Livestream Checker
Scarica i file di estensione NieDaRadek - Livestream Checker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Rozszerzenie ktore pokazuje ci kiedy NieDaRadek jest online na twitchu Informazioni di Base sull'Estensione
| Nome | |
| ID | mbnmmncncnpggpeadmifpggmnhhdagjm |
| URL Ufficiale | https://chromewebstore.google.com/detail/niedaradek-livestream-che/mbnmmncncnpggpeadmifpggmnhhdagjm |
| Descrizione | Rozszerzenie ktore pokazuje ci kiedy NieDaRadek jest online na twitchu |
| Dimensione del File | 339 KB |
| Conteggio Installazioni | 15 |
| Versione Corrente | 1.39 |
| Ultimo Aggiornamento | 2023-03-19 |
| Data di Pubblicazione | 2017-04-17 |
| Sviluppatore | Johnny2525 |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | pl |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "NieDaRadek - Livestream Checker",
"description": "Rozszerzenie ktore pokazuje ci kiedy NieDaRadek jest online na twitchu",
"version": "1.39",
"action": {
"default_icon": "icon128.png",
"default_title": "niedaradek",
"default_popup": "popup.html"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"homepage_url": "http:\/\/twitch.tv\/niedaradek",
"background": {
"service_worker": "iconstate.js",
"type": "module"
},
"offline_enabled": false,
"permissions": []
} | |