Triple J Simple Stream With Info
Simple shortcut for casually streaming Australia's Triple J radio in the background
Vad är Triple J Simple Stream With Info?
Triple J Simple Stream With Info är en Chrome-tillägg utvecklad av Patrick Moody, och dess huvudfunktion är "Simple shortcut for casually streaming Australia's Triple J radio in the background".
Tilläggsskärmbilder
Ladda ner Triple J Simple Stream With Info-förlängningens CRX-fil
Ladda ner Triple J Simple Stream With Info-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | onbmkkchghooiekfenhmoapooodgedhk |
| Officiell webbadress | https://chromewebstore.google.com/detail/triple-j-simple-stream-wi/onbmkkchghooiekfenhmoapooodgedhk |
| Beskrivning | Simple shortcut for casually streaming Australia's Triple J radio in the background |
| Filstorlek | 61.58 KB |
| Antal Installationer | 161 |
| Aktuell Version | 3.0.0 |
| Senast Uppdaterad | 2017-02-13 |
| Publiceringsdatum | 2017-02-12 |
| Betyg | 4.70/5 Totalt 23 Betyg |
| Utvecklare | Patrick Moody |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |