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文件

下载RockMIXFM扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
        ]
    }
}