Simply.fm
Simple online radio player, many cool stations, listen and enjoy!
Simply.fmคืออะไร?
Simply.fm เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://simply.fm และคุณลักษณะหลักของมันคือ "Simple online radio player, many cool stations, listen and enjoy!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simply.fm
ดาวน์โหลดไฟล์ส่วนขยาย Simply.fm ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Radio player with thousands radio stations. Fast search. Handy interface. List of favorites stations. Aaccount and synchronization. Full feautured mobile version.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Simply.fm |
ID | eaaaapbjkgppdgbdbfbhneppoifhnink |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/simplyfm/eaaaapbjkgppdgbdbfbhneppoifhnink |
คำอธิบาย | Simple online radio player, many cool stations, listen and enjoy! |
ขนาดไฟล์ | 19.14 KB |
จำนวนการติดตั้ง | 322 |
เวอร์ชันปัจจุบัน | 1.4 |
อัปเดตครั้งล่าสุด | 2014-07-22 |
วันที่เผยแพร่ | 2014-07-22 |
คะแนน | 2.20/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | https://simply.fm |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://simply.fm |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.4", "name": "Simply.fm", "short_name": "Simply.fm", "description": "Simple online radio player, many cool stations, listen and enjoy!", "icons": { "16": "res\/icons\/16.png", "48": "res\/icons\/48.png", "128": "res\/icons\/128.png" }, "author": "Ruslan Murashko", "homepage_url": "http:\/\/simply.fm", "permissions": [ "http:\/\/simply.fm\/" ], "browser_action": { "default_icon": "res\/icons\/16.png", "default_popup": "popup.html" }, "background": { "scripts": [ "res\/script\/background.js" ] } } |