Triple J Simple Stream With Info
Simple shortcut for casually streaming Australia's Triple J radio in the background
Triple J Simple Stream With Infoคืออะไร?
Triple J Simple Stream With Info เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Patrick Moody และคุณลักษณะหลักของมันคือ "Simple shortcut for casually streaming Australia's Triple J radio in the background"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Triple J Simple Stream With Info
ดาวน์โหลดไฟล์ส่วนขยาย Triple J Simple Stream With Info ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | onbmkkchghooiekfenhmoapooodgedhk |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/triple-j-simple-stream-wi/onbmkkchghooiekfenhmoapooodgedhk |
| คำอธิบาย | Simple shortcut for casually streaming Australia's Triple J radio in the background |
| ขนาดไฟล์ | 61.58 KB |
| จำนวนการติดตั้ง | 161 |
| เวอร์ชันปัจจุบัน | 3.0.0 |
| อัปเดตครั้งล่าสุด | 2017-02-13 |
| วันที่เผยแพร่ | 2017-02-12 |
| คะแนน | 4.70/5 รวมทั้งหมด 23 คะแนน |
| ผู้พัฒนา | Patrick Moody |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | 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"
]
} | |