Christmas Radio Club

Christmas songs, 24hrs per day, 7 days per week at http://christmasradio.club

Christmas Radio Club란 무엇입니까?

Christmas Radio Club은(는) toxic에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Christmas songs, 24hrs per day, 7 days per week at http://christmasradio.club"입니다.

확장 프로그램 스크린샷

screenshot

Christmas Radio Club 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Christmas Radio Club
Version 2.0.2

A simple and compact popup player for Christmas songs, 24hrs per day, 7 days per week.

Online station http://christmasradio.club

Contact us online at:

WEB: > http://christmasradio.club
Facebook: https://www.facebook.com/christmasradioclub
Twitter: https://twitter.com/ChristmasRadioC

Many Thanks.

Santa :D                    

확장 프로그램 기본 정보

이름 Christmas Radio Club Christmas Radio Club
ID emcnkdfnndcpmdhbkdocelpbbopnpnoe
공식 URL https://chrome.google.com/webstore/detail/christmas-radio-club/emcnkdfnndcpmdhbkdocelpbbopnpnoe
설명 Christmas songs, 24hrs per day, 7 days per week at http://christmasradio.club
파일 크기 9.15 KB
설치 횟수 45
현재 버전 2.0.2
최근 업데이트 2019-04-15
출시 날짜 2019-04-15
개발자 toxic
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://christmasradio.club
도움말 페이지 URL https://www.facebook.com/ChristmasRadioClub
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Christmas Radio Club",
    "version": "2.0.2",
    "manifest_version": 2,
    "description": "Christmas songs, 24hrs per day, 7 days per week at http:\/\/christmasradio.club",
    "homepage_url": "http:\/\/christmasradio.club",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Christmas songs, 24hrs per day, 7 days per week at http:\/\/christmasradio.club"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}