RockMIXFM

Playing the Best Rock on the Net - Sit back and Enjoy great music while at Home, Work or Driving Home..

RockMIXFM란 무엇입니까?

RockMIXFM은(는) https://rockmixfm.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Playing the Best Rock on the Net - Sit back and Enjoy great music while at Home, Work or Driving Home.."입니다.

확장 프로그램 스크린샷

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

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

확장 프로그램 사용 설명서

                        Sit back and Listen to great music from the 80's 90's and Today's hottest new bands.. 

Where Hair Bands of the 80’s unite and light up your streaming device with all the 80’s rock hits! Hear Def Leppard, Scorpions, Tesla, AC/DC, Warrant, Whitesnake, Metallica, Van Halen and more! If you LOVE 80s Rock…this is YOUR station!

The station that dig's into the 90's alternative music vault and brings out some great songs that you forgot you loved! RockOn!                    

확장 프로그램 기본 정보

이름 RockMIXFM RockMIXFM
ID pehaigdkajlclbambaopammdnclamgje
공식 URL https://chromewebstore.google.com/detail/rockmixfm/pehaigdkajlclbambaopammdnclamgje
설명 Playing the Best Rock on the Net - Sit back and Enjoy great music while at Home, Work or Driving Home..
파일 크기 111 KB
설치 횟수 58
현재 버전 3.5
최근 업데이트 2018-08-12
출시 날짜 2018-08-11
평점 5.00/5 총 2 개의 평점
개발자 https://rockmixfm.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://rockmixfm.com
개인정보 보호 정책 페이지 URL http://rockmixfm.com/privacy.html
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RockMIXFM",
    "version": "3.5",
    "manifest_version": 2,
    "description": "Playing the Best Rock on the Net - Sit back and Enjoy great music while at Home, Work or Driving Home..",
    "homepage_url": "http:\/\/RockMIXFM.com",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "RockMIXFM - Playing the Best Rock on the Net"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}