FnF.FM Radio
Online Radio
What is FnF.FM Radio?
FnF.FM Radio is a Chrome extension developed by http://fnf.fm, and its main feature is "Online Radio".
Extension Screenshots
Download FnF.FM Radio Extension CRX File
Download FnF.FM 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 Online Radio. FnF.FM is an online radio. 24X7 full times popular music. You can listen us anytime from anywhere. We have audience from all around the world! Using this Extensions you can listen all times hit songs! Develop by Arifur Rahman t Studio [email protected] www.tstudio.org
Extension Basic Information
Name | |
ID | bimdjajjbgbpkmbacdafecjegipeokap |
Official URL | https://chrome.google.com/webstore/detail/fnffm-radio/bimdjajjbgbpkmbacdafecjegipeokap |
Description | Online Radio |
File Size | 123 KB |
Installation Count | 792 |
Current Version | 0.1.8 |
Last Updated | 2016-08-20 |
Publish Date | 2016-08-20 |
Rating | 4.91/5 Total 56 Ratings |
Developer | http://fnf.fm |
Payment Type | free |
Extension Website | http://www.tstudio.org/ |
Help Page URL | http://www.fnf.fm/p/contact.html |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FnF.FM Radio", "version": "0.1.8", "manifest_version": 2, "description": "Online 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": "That's the tool tip", "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" } |