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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    }
}