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
公式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"
    }
}