Triple J Simple Stream With Info
Simple shortcut for casually streaming Australia's Triple J radio in the background
Was ist Triple J Simple Stream With Info?
Triple J Simple Stream With Info ist eine Chrome-Erweiterung, die von Patrick Moody entwickelt wurde, und ihr Hauptmerkmal ist "Simple shortcut for casually streaming Australia's Triple J radio in the background".
Erweiterungsscreenshots
Triple J Simple Stream With Info-Erweiterungs-CRX-Datei herunterladen
Laden Sie Triple J Simple Stream With Info-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | onbmkkchghooiekfenhmoapooodgedhk |
| Offizielle URL | https://chromewebstore.google.com/detail/triple-j-simple-stream-wi/onbmkkchghooiekfenhmoapooodgedhk |
| Beschreibung | Simple shortcut for casually streaming Australia's Triple J radio in the background |
| Dateigröße | 61.58 KB |
| Installationsanzahl | 161 |
| Aktuelle Version | 3.0.0 |
| Letztes Update | 2017-02-13 |
| Veröffentlichungsdatum | 2017-02-12 |
| Bewertung | 4.70/5 Insgesamt 23 Bewertungen |
| Entwickler | Patrick Moody |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
} | |