Triple J Simple Stream With Info
Simple shortcut for casually streaming Australia's Triple J radio in the background
Wat is Triple J Simple Stream With Info?
Triple J Simple Stream With Info is een Chrome-extensie ontwikkeld door Patrick Moody, en de belangrijkste functie is "Simple shortcut for casually streaming Australia's Triple J radio in the background".
Extensie Screenshots
Download het CRX-bestand van de extensie Triple J Simple Stream With Info
Download Triple J Simple Stream With Info-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | onbmkkchghooiekfenhmoapooodgedhk |
| Officiële URL | https://chromewebstore.google.com/detail/triple-j-simple-stream-wi/onbmkkchghooiekfenhmoapooodgedhk |
| Beschrijving | Simple shortcut for casually streaming Australia's Triple J radio in the background |
| Bestandsgrootte | 61.58 KB |
| Aantal Installaties | 161 |
| Huidige Versie | 3.0.0 |
| Laatst Bijgewerkt | 2017-02-13 |
| Publicatiedatum | 2017-02-12 |
| Beoordeling | 4.70/5 Totaal 23 Beoordelingen |
| Ontwikkelaar | Patrick Moody |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |