Triple J Simple Stream With Info
Simple shortcut for casually streaming Australia's Triple J radio in the background
Cos'è Triple J Simple Stream With Info?
Triple J Simple Stream With Info è un'estensione di Chrome sviluppata da Patrick Moody, e la sua funzione principale è "Simple shortcut for casually streaming Australia's Triple J radio in the background".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Triple J Simple Stream With Info
Scarica i file di estensione Triple J Simple Stream With Info 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
Easily stream Triple J radio from chrome. No more keeping track of tabs/windows in the background! Double click to view current track info.
UNOFFICIAL fan created app. Informazioni di Base sull'Estensione
| Nome | |
| ID | onbmkkchghooiekfenhmoapooodgedhk |
| URL Ufficiale | https://chromewebstore.google.com/detail/triple-j-simple-stream-wi/onbmkkchghooiekfenhmoapooodgedhk |
| Descrizione | Simple shortcut for casually streaming Australia's Triple J radio in the background |
| Dimensione del File | 61.58 KB |
| Conteggio Installazioni | 161 |
| Versione Corrente | 3.0.0 |
| Ultimo Aggiornamento | 2017-02-13 |
| Data di Pubblicazione | 2017-02-12 |
| Valutazione | 4.70/5 Totale 23 Valutazioni |
| Sviluppatore | Patrick Moody |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Triple J Simple Stream With Info",
"version": "3.0.0",
"description": "Simple shortcut for casually streaming Australia's Triple J radio in the background",
"icons": {
"128": "images\/icon128.png"
},
"browser_action": {
"default_icon": {
"38": "images\/icon38.png"
},
"default_popup_": "popup.html"
},
"author": "Patrick Moody, Tom Gangemi",
"background": {
"page": "background.html",
"persistent": false
},
"permissions": [
"background",
"notifications"
]
} | |