Smooth Jazz South Florida

Listen Smooth Jazz South Florida Radio with Chrome Browser.

Smooth Jazz South Florida là gì?

Smooth Jazz South Florida là một tiện ích mở rộng Chrome được phát triển bởi https://greenitsolution.net, và tính năng chính của nó là "Listen Smooth Jazz South Florida Radio with Chrome Browser.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Smooth Jazz South Florida

Tải xuống các tệp mở rộng Smooth Jazz South Florida dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Smooth Jazz South Florida Smooth Jazz South Florida
ID dnpegamnlcieipeeoofhoicbanjkoogf
URL Chính Thức https://chromewebstore.google.com/detail/smooth-jazz-south-florida/dnpegamnlcieipeeoofhoicbanjkoogf
Mô tả Listen Smooth Jazz South Florida Radio with Chrome Browser.
Kích Thước Tệp 283 KB
Số Lần Cài Đặt 121
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2019-11-24
Ngày Phát Hành 2019-11-24
Nhà Phát Triển https://greenitsolution.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://smoothjazzsouthflorida.com/
URL Trang Trợ Giúp https://greenitsolution.business.site/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}