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