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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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. معلومات أساسية عن التمديد
| الاسم | |
| 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/ |
| عنوان صفحة سياسة الخصوصية | 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"
]
}
} | |