Triple J Simple Stream With Info
Simple shortcut for casually streaming Australia's Triple J radio in the background
What is Triple J Simple Stream With Info?
Triple J Simple Stream With Info is a Chrome extension developed by Patrick Moody, and its main feature is "Simple shortcut for casually streaming Australia's Triple J radio in the background".
Extension Screenshots
Download Triple J Simple Stream With Info Extension CRX File
Download Triple J Simple Stream With Info extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Triple J Simple Stream With Info |
ID | onbmkkchghooiekfenhmoapooodgedhk |
Official URL | https://chromewebstore.google.com/detail/triple-j-simple-stream-wi/onbmkkchghooiekfenhmoapooodgedhk |
Description | Simple shortcut for casually streaming Australia's Triple J radio in the background |
File Size | 61.58 KB |
Installation Count | 161 |
Current Version | 3.0.0 |
Last Updated | 2017-02-13 |
Publish Date | 2017-02-12 |
Rating | 4.70/5 Total 23 Ratings |
Developer | Patrick Moody |
Payment Type | free |
Supported Languages | 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" ] } |