Smooth Jazz South Florida
Listen Smooth Jazz South Florida Radio with Chrome Browser.
Smooth Jazz South Florida क्या है?
Smooth Jazz South Florida https://greenitsolution.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Listen Smooth Jazz South Florida Radio with Chrome Browser."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Smooth Jazz South Florida एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |