electroradio.fm
electroradio.fm - all about electromusic
electroradio.fmคืออะไร?
electroradio.fm เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://electroradio.fm และคุณลักษณะหลักของมันคือ "electroradio.fm - all about electromusic"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย electroradio.fm
ดาวน์โหลดไฟล์ส่วนขยาย electroradio.fm ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Our Web Player with Track Details. Tune In! Swiss based online House music radio station streaming in a variety of formats. Thanks to exclusive partnerships with successful electronic music labels we are able to play the newest and hottest tracks and mixes 24/7. Residents and other well known and international famous Djs have their own radio shows frequently. Electroradio.fm also broadcasts reguarly live from night clubs.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | electroradio.fm |
ID | nigojaebogmmoehalahjdldlbpcbjffa |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/electroradiofm/nigojaebogmmoehalahjdldlbpcbjffa |
คำอธิบาย | electroradio.fm - all about electromusic |
ขนาดไฟล์ | 19.99 KB |
จำนวนการติดตั้ง | 122 |
เวอร์ชันปัจจุบัน | 2.1 |
อัปเดตครั้งล่าสุด | 2020-12-29 |
วันที่เผยแพร่ | 2020-03-23 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://electroradio.fm |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://player.electroradio.fm/ |
URL หน้านโยบายความเป็นส่วนตัว | https://electroradio.fm/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "electroradio.fm", "short_name": "electroradio.fm", "description": "electroradio.fm - all about electromusic", "manifest_version": 2, "version": "2.1", "minimum_chrome_version": "23", "homepage_url": "https:\/\/electroradio.fm", "browser_action": { "default_title": "electroradio.fm", "default_icon": "img\/er_logo-64.png" }, "icons": { "16": "img\/er_logo-16.png", "32": "img\/er_logo-32.png", "64": "img\/er_logo-64.png", "128": "img\/er_logo-128.png" }, "background": { "persistent": false, "scripts": [ "app.js" ] } } |