Twitch Live Sratuke
Vous notifie lorsque Sratuke est en live
Cos'è Twitch Live Sratuke?
Twitch Live Sratuke è un'estensione di Chrome sviluppata da Jyben, e la sua funzione principale è "Vous notifie lorsque Sratuke est en live".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twitch Live Sratuke
Scarica i file di estensione Twitch Live Sratuke 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
Vous notifie lorsque Sratuke est en live. Informazioni di Base sull'Estensione
| Nome | |
| ID | gdhbppdfpgjgbepdbgiaehnobliaakhd |
| URL Ufficiale | https://chromewebstore.google.com/detail/twitch-live-sratuke/gdhbppdfpgjgbepdbgiaehnobliaakhd |
| Descrizione | Vous notifie lorsque Sratuke est en live |
| Dimensione del File | 169 KB |
| Conteggio Installazioni | 29 |
| Versione Corrente | 2.0.4 |
| Ultimo Aggiornamento | 2020-05-01 |
| Data di Pubblicazione | 2020-05-01 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | Jyben |
| Tipo di Pagamento | free |
| Lingue Supportate | fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Twitch Live Sratuke",
"description": "Vous notifie lorsque Sratuke est en live",
"version": "2.0.4",
"browser_action": {
"default_popup": "index.html"
},
"icons": {
"64": "img\/64.png",
"128": "img\/128.png"
},
"background": {
"scripts": [
"js\/twitchalert.js",
"js\/background.js"
]
},
"permissions": [
"notifications",
"storage"
],
"content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/3.3.1\/jquery.min.js https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/popper.js\/1.14.3\/umd\/popper.min.js https:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/4.1.3\/js\/bootstrap.min.js object-src 'self'"
} | |