Triple J Simple Stream With Info
Simple shortcut for casually streaming Australia's Triple J radio in the background
Hvad er Triple J Simple Stream With Info?
Triple J Simple Stream With Info er en Chrome-udvidelse udviklet af Patrick Moody, og dens hovedfunktion er "Simple shortcut for casually streaming Australia's Triple J radio in the background".
Udvidelsesskærmbilleder
Download Triple J Simple Stream With Info-udvidelses-CRX-fil
Download Triple J Simple Stream With Info-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | onbmkkchghooiekfenhmoapooodgedhk |
| Officiel URL | https://chromewebstore.google.com/detail/triple-j-simple-stream-wi/onbmkkchghooiekfenhmoapooodgedhk |
| Beskrivelse | Simple shortcut for casually streaming Australia's Triple J radio in the background |
| Filstørrelse | 61.58 KB |
| Antal Installationer | 161 |
| Nuværende Version | 3.0.0 |
| Senest Opdateret | 2017-02-13 |
| Udgivelsesdato | 2017-02-12 |
| Bedømmelse | 4.70/5 Samlet 23 Bedømmelser |
| Udvikler | Patrick Moody |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
} | |