Lviv Wave Radio

This extension lets you listen to online streaming of Lviv Wave Radio (lviv.fm)

Lviv Wave Radio란 무엇입니까?

Lviv Wave Radio은(는) Ivan Koval에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension lets you listen to online streaming of Lviv Wave Radio (lviv.fm)"입니다.

확장 프로그램 스크린샷

screenshot

Lviv Wave Radio 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Listen to lviv.fm (Львівська Хвиля) radio stream and ridne online music stream in your browser without opening an additional tab or window.                    

확장 프로그램 기본 정보

이름 Lviv Wave Radio Lviv Wave Radio
ID ccaadabkbcopdoneepebgbhedjbeciif
공식 URL https://chromewebstore.google.com/detail/lviv-wave-radio/ccaadabkbcopdoneepebgbhedjbeciif
설명 This extension lets you listen to online streaming of Lviv Wave Radio (lviv.fm)
파일 크기 31.33 KB
설치 횟수 24
현재 버전 1.1
최근 업데이트 2017-10-13
출시 날짜 2017-10-13
평점 5.00/5 총 2 개의 평점
개발자 Ivan Koval
결제 유형 free
확장 프로그램 웹 사이트 http://lviv.fm
지원되는 언어 uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lviv Wave Radio",
    "description": "This extension lets you listen to online streaming of Lviv Wave Radio (lviv.fm)",
    "version": "1.1",
    "browser_action": {
        "default_icon": "play.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "author": "Ivan Koval",
    "icons": {
        "38": "play.png",
        "48": "icon128.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "http:\/\/onair.lviv.fm:8000\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}