nRadio Player

Simple radio player for nRadio. nRadio is The Coolest Station Online because play Deep, House, Nu-Disco, Progressive, Tech, Chillout

nRadio Player란 무엇입니까?

nRadio Player은(는) https://nradio.online에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple radio player for nRadio. nRadio is The Coolest Station Online because play Deep, House, Nu-Disco, Progressive, Tech, Chillout"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Simple radio player for nRadio.
nRadio is The Coolest Station Online because play Deep, House, Nu-Disco, Progressive, Tech, Trap, Chillout

Site: http://nradio.online                    

확장 프로그램 기본 정보

이름 nRadio Player nRadio Player
ID gfjinllbgbgfcnphdechainikpikphbh
공식 URL https://chromewebstore.google.com/detail/nradio-player/gfjinllbgbgfcnphdechainikpikphbh
설명 Simple radio player for nRadio. nRadio is The Coolest Station Online because play Deep, House, Nu-Disco, Progressive, Tech, Chillout
파일 크기 183 KB
설치 횟수 173
현재 버전 2.1
최근 업데이트 2018-06-30
출시 날짜 2018-06-30
평점 5.00/5 총 3 개의 평점
개발자 https://nradio.online
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://nradio.online
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "nRadio Player",
    "short_name": "nRadio",
    "version": "2.1",
    "manifest_version": 2,
    "author": "spont4e",
    "description": "Simple radio player for nRadio. nRadio is The Coolest Station Online because play Deep, House, Nu-Disco, Progressive, Tech, Chillout",
    "homepage_url": "https:\/\/addons.mozilla.org\/en-US\/firefox\/addon\/nradio-player\/",
    "gecko": {
        "id": "[email protected]",
        "strict_min_version": "42.0",
        "update_url": "https:\/\/addons.mozilla.org\/en-US\/firefox\/addon\/nradio-player\/"
    },
    "icons": {
        "48": "img\/nRadio-48.png",
        "64": "img\/nRadio-64.png",
        "128": "img\/nRadio-128.png"
    },
    "browser_action": {
        "default_icon": "img\/nRadio-64.png",
        "default_title": "nRadio Player",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [],
        "page": "background\/background.html"
    }
}