Chrome Radio Player

Listen online radio stations

Chrome Radio Player란 무엇입니까?

Chrome Radio Player은(는) https://www.armblog.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Listen online radio stations"입니다.

확장 프로그램 스크린샷

screenshot

Chrome Radio Player 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Listen Armenian and Russian favorite radio stations online.                    

확장 프로그램 기본 정보

이름 Chrome Radio Player Chrome Radio Player
ID lkikidpclhfnegmhcgklioclbijpleoj
공식 URL https://chromewebstore.google.com/detail/chrome-radio-player/lkikidpclhfnegmhcgklioclbijpleoj
설명 Listen online radio stations
파일 크기 1.86 MB
설치 횟수 8,058
현재 버전 5.6
최근 업데이트 2020-07-03
출시 날짜 2020-07-03
평점 4.35/5 총 116 개의 평점
개발자 https://www.armblog.net
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://armblog.net
도움말 페이지 URL https://armblog.net
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chrome Radio Player",
    "background": {
        "page": "background.html"
    },
    "description": "Listen online radio stations",
    "version": "5.6",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}