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."입니다.
확장 프로그램 스크린샷
Smooth Jazz South Florida 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" ] } |