FnF.FM Bangla Radio
Popular Bengali Radio
FnF.FM Bangla Radioとは何ですか?
FnF.FM Bangla Radioはhttp://bn.fnf.fmによって開発されたChromeの拡張機能で、その主な機能は「Popular Bengali Radio」です。
拡張機能のスクリーンショット
FnF.FM Bangla Radio拡張機能のCRXファイルをダウンロード
FnF.FM Bangla Radio拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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/ |
ヘルプページのURL | 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" } |