FnF.FM Bangla Radio
Popular Bengali Radio
ما هو FnF.FM Bangla Radio؟
FnF.FM Bangla Radio هو إضافة Chrome تم تطويرها بواسطة http://bn.fnf.fm، والميزة الرئيسية لها هي "Popular Bengali Radio".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة FnF.FM Bangla Radio
قم بتنزيل ملفات الامتداد FnF.FM Bangla Radio بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
FnF.FM Bangla Radio – One of the most popular Bengali Radio on Internet. We broadcast 24-hour popular Bengali music in HD. Music from Bangladesh and West Bengal, India. We play modern Bengali songs, Popular Bengali Movie songs, Pop, Pock, Rabindra Sangeet, Nazrul Geeti, Baul Sangeet and much more. It is our job to give you what you want. So visit our website www.bn.FnF.fm and send us song request. Hope you going to love FnF.FM Bangla Radio! Keep listening Bengali music!
معلومات أساسية عن التمديد
الاسم | |
ID | meofbemilljjakpkpgkejboplnbdejnc |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/fnffm-bangla-radio/meofbemilljjakpkpgkejboplnbdejnc |
الوصف | Popular Bengali Radio |
حجم الملف | 25.91 KB |
عدد التثبيتات | 79 |
النسخة الحالية | 0.1.0 |
آخر تحديث | 2016-08-20 |
تاريخ النشر | 2016-08-20 |
تقييم | 4.33/5 مجموع تقييمات 6 |
المطور | http://bn.fnf.fm |
نوع الدفع | free |
موقع الإضافة | http://bn.fnf.fm/ |
عنوان صفحة المساعدة | http://bn.fnf.fm/p/contact.html |
اللغات المدعومة | bn |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FnF.FM Bangla Radio", "version": "0.1.0", "manifest_version": 2, "description": "Popular Bengali Radio", "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "omnibox": { "keyword": "music" }, "browser_action": { "default_icon": { "19": "icons\/19x19.png", "38": "icons\/38x38.png" }, "default_title": "FnF.FM Bangla Radio", "default_popup": "browseraction\/popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "chrome_url_overrides": { "newtab": "newtab\/newtab.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "devtools_page": "devtools\/devtools.html" } |