Smooth Jazz South Florida

Listen Smooth Jazz South Florida Radio with Chrome Browser.

什么是Smooth Jazz South Florida?

Smooth Jazz South Florida是由https://greenitsolution.net开发的Chrome扩展程序,该扩展的主要功能是“Listen Smooth Jazz South Florida Radio with Chrome Browser.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Smooth Jazz South Florida扩展crx文件

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

扩展使用说明

                        South Florida is known for its beautiful beaches and tropical paradise feel. Now you can add Smooth Jazz South Florida to your list of beautiful smooth jazz music and more. The Sunshine State Smooth Jazz station.                    

扩展基本信息

名称 Smooth Jazz South Florida Smooth Jazz South Florida
ID dnpegamnlcieipeeoofhoicbanjkoogf
官方URL https://chromewebstore.google.com/detail/smooth-jazz-south-florida/dnpegamnlcieipeeoofhoicbanjkoogf
简介 Listen Smooth Jazz South Florida Radio with Chrome Browser.
文件大小 283 KB
安装次数 121
当前版本 1.0.1
更新时间 2019-11-24
上架时间 2019-11-24
开发者 https://greenitsolution.net
电子邮箱 [email protected]
付费类型 free
扩展官网 http://smoothjazzsouthflorida.com/
帮助页面URL https://greenitsolution.business.site/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smooth Jazz South Florida",
    "short_name": "Smooth Jazz South Florida",
    "description": "Listen Smooth Jazz South Florida Radio with Chrome Browser.",
    "version": "1.0.1",
    "permissions": [
        "https:\/\/*.radio.co\/*",
        "storage",
        "notifications"
    ],
    "background": {
        "page": "background.html"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true,
        "open_in_tab": false
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "browser_action": {
        "default_icon": {
            "16": "assets\/images\/icon16.png",
            "24": "assets\/images\/icon24.png",
            "32": "assets\/images\/icon32.png",
            "48": "assets\/images\/icon48.png"
        },
        "default_popup": "popup.html",
        "default_title": "Smooth Jazz South Florida"
    },
    "icons": {
        "16": "assets\/images\/icon16.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    },
    "commands": {
        "play-pause-station": {
            "suggested_key": {
                "default": "MediaPlayPause",
                "mac": "MediaPlayPause"
            },
            "description": "Toggle playing the selected station"
        },
        "pause-station": {
            "suggested_key": {
                "default": "MediaStop"
            },
            "description": "Pause the selected station"
        },
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+S"
            }
        }
    },
    "web_accessible_resources": [
        "defaultStation.json",
        "icon48.png",
        "icon48-dark.png",
        "options.html"
    ]
}