FnF.FM Bangla Radio
Popular Bengali Radio
What is FnF.FM Bangla Radio?
FnF.FM Bangla Radio is a Chrome extension developed by http://bn.fnf.fm, and its main feature is "Popular Bengali Radio".
Extension Screenshots
Download FnF.FM Bangla Radio Extension CRX File
Download FnF.FM Bangla Radio extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | meofbemilljjakpkpgkejboplnbdejnc |
Official URL | https://chrome.google.com/webstore/detail/fnffm-bangla-radio/meofbemilljjakpkpgkejboplnbdejnc |
Description | Popular Bengali Radio |
File Size | 25.91 KB |
Installation Count | 79 |
Current Version | 0.1.0 |
Last Updated | 2016-08-20 |
Publish Date | 2016-08-20 |
Rating | 4.33/5 Total 6 Ratings |
Developer | http://bn.fnf.fm |
Payment Type | free |
Extension Website | http://bn.fnf.fm/ |
Help Page URL | http://bn.fnf.fm/p/contact.html |
Supported Languages | 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" } |