Smooth Jazz South Florida

Listen Smooth Jazz South Florida Radio with Chrome Browser.

ما هو Smooth Jazz South Florida؟

Smooth Jazz South Florida هو إضافة Chrome تم تطويرها بواسطة https://greenitsolution.net، والميزة الرئيسية لها هي "Listen Smooth Jazz South Florida Radio with Chrome Browser.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Smooth Jazz South Florida

قم بتنزيل ملفات الامتداد Smooth Jazz South Florida بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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/
عنوان صفحة المساعدة 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"
    ]
}