Nicecream FM

Nicecream fm radio

Nicecream FM란 무엇입니까?

Nicecream FM은(는) Dazicu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Nicecream fm radio"입니다.

확장 프로그램 스크린샷

screenshot

Nicecream FM 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        A player for the nicecream.fm online radio

Updated: 1.2:
 - Fix some bugs
 - Add the title of the song                    

확장 프로그램 기본 정보

이름 Nicecream FM Nicecream FM
ID dcgidlkhpoagoeegdaapabccfofgdope
공식 URL https://chromewebstore.google.com/detail/nicecream-fm/dcgidlkhpoagoeegdaapabccfofgdope
설명 Nicecream fm radio
파일 크기 363 KB
설치 횟수 110
현재 버전 1.2
최근 업데이트 2017-06-29
출시 날짜 2017-06-29
평점 5.00/5 총 8 개의 평점
개발자 Dazicu
결제 유형 free
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nicecream FM",
    "description": "Nicecream fm radio",
    "version": "1.2",
    "permissions": [
        "https:\/\/s2.voscast.com\/",
        "http:\/\/s2.voscast.com:8964\/currentsong",
        "http:\/\/s2.voscast.com:8966\/currentsong",
        "http:\/\/s2.voscast.com:8968\/currentsong",
        "http:\/\/beta.nicecream.fm\/",
        "tabs"
    ],
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/s2.voscast.com; object-src 'self'",
    "browser_action": {
        "default_icon": "ico_scope.png",
        "default_popup": "pop.html"
    }
}