Jeremysadi Live Extension
Soyez au courant quand votre streameur préféré commence à streamer!
Cos'è Jeremysadi Live Extension?
Jeremysadi Live Extension è un'estensione di Chrome sviluppata da Cyannar, e la sua funzione principale è "Soyez au courant quand votre streameur préféré commence à streamer!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Jeremysadi Live Extension
Scarica i file di estensione Jeremysadi Live Extension 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
Soyez au courant lorsque Jeremysadi commencer à streamer.
L'icône de l'extension passe au vert et une notification vous est envoyée lorsque Jeremysadi est en Live. Informazioni di Base sull'Estensione
| Nome | |
| ID | daogbelhijghbcaiedbcoeiifolghehe |
| URL Ufficiale | https://chromewebstore.google.com/detail/jeremysadi-live-extension/daogbelhijghbcaiedbcoeiifolghehe |
| Descrizione | Soyez au courant quand votre streameur préféré commence à streamer! |
| Dimensione del File | 28.01 KB |
| Conteggio Installazioni | 41 |
| Versione Corrente | 3.0 |
| Ultimo Aggiornamento | 2017-06-22 |
| Data di Pubblicazione | 2017-06-22 |
| Valutazione | 5.00/5 Totale 5 Valutazioni |
| Sviluppatore | Cyannar |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Jeremysadi Live Extension",
"description": "Soyez au courant quand votre streameur pr\u00e9f\u00e9r\u00e9 commence \u00e0 streamer!",
"version": "3.0",
"background": {
"scripts": [
"parameters.js",
"btnlive.js",
"chrome.js"
]
},
"permissions": [
"https:\/\/api.twitch.tv\/",
"notifications"
],
"browser_action": {
"default_icon": "iconoff48.png"
},
"icons": {
"16": "iconoff16.png",
"48": "iconoff48.png",
"128": "iconoff128.png"
}
} | |