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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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/ |
도움말 페이지 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" } |