FnF.FM Radio

Online Radio

什么是FnF.FM Radio?

FnF.FM Radio是由http://fnf.fm开发的Chrome扩展程序,该扩展的主要功能是“Online Radio”。

扩展截图

screenshot

下载FnF.FM Radio扩展crx文件

下载FnF.FM Radio扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 FnF.FM Radio FnF.FM Radio
ID bimdjajjbgbpkmbacdafecjegipeokap
官方URL https://chrome.google.com/webstore/detail/fnffm-radio/bimdjajjbgbpkmbacdafecjegipeokap
简介 Online Radio
文件大小 123 KB
安装次数 792
当前版本 0.1.8
更新时间 2016-08-20
上架时间 2016-08-20
评分 4.91/5 共56次评分
开发者 http://fnf.fm
付费类型 free
扩展官网 http://www.tstudio.org/
帮助页面URL http://www.fnf.fm/p/contact.html
支持的语言 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"
}