Radio SLO

Radio SLO is extension app where you can select your popular radio to play in background of chrome browser.

什麼是Radio SLO?

Radio SLO是由dpVito開發的Chrome擴展程式,該擴展的主要功能是“Radio SLO is extension app where you can select your popular radio to play in background of chrome browser.”。

擴展截圖

screenshot

下載Radio SLO擴展crx文件

下載Radio SLO擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Select your popular radio station and enjoy the music! 100 % free and super easy to use!
Are you tired of searching for online radios on the internet? Well, we have a simple solution for you just one click away! Radio SLO is a great extension app that allows you to listen your favourite on-line radio station in the Google Chrome browser background. All you have to do is to add app on Google Chrome browser window. Voila! Now, simply click on a radio icon, choose your best station, click play and let the music make your day :)!

Comment and help us to make this extension even better!                    

擴展基本資訊

名稱 Radio SLO Radio SLO
ID npondohdhffhdhejblipejoiefeegkco
官方網址 https://chromewebstore.google.com/detail/radio-slo/npondohdhffhdhejblipejoiefeegkco
簡介 Radio SLO is extension app where you can select your popular radio to play in background of chrome browser.
檔案大小 109 KB
安裝次數 103
目前版本 1.1.8
更新時間 2019-05-20
上架時間 2019-05-20
評分 5.00/5 共 8 次評分
開發者 dpVito
付費類型 free
支援的語言 sl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Radio SLO",
    "short_name": "Radio SLO online radio player.",
    "description": "Radio SLO is extension app where you can select your popular radio to play in background of chrome browser.",
    "version": "1.1.8",
    "permissions": [
        "management",
        "background",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "http:\/\/api.rtvslo.si\/onair\/val202?callback=val202"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+W",
                "mac": "Alt+W"
            }
        }
    },
    "browser_action": {
        "default_icon": "img\/radio-19.png",
        "default_popup": "popup.html",
        "default_title": "Radio SLO"
    },
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "icons": {
        "48": "img\/radio-48.png",
        "128": "img\/radio-128.png"
    }
}