RockMIXFM

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

What is RockMIXFM?

RockMIXFM is a Chrome extension developed by https://rockmixfm.com, and its main feature is "Playing the Best Rock on the Net - Sit back and Enjoy great music while at Home, Work or Driving Home..".

Extension Screenshots

Download RockMIXFM Extension CRX File

Download RockMIXFM extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name RockMIXFM RockMIXFM
ID pehaigdkajlclbambaopammdnclamgje
Official URL https://chromewebstore.google.com/detail/rockmixfm/pehaigdkajlclbambaopammdnclamgje
Description Playing the Best Rock on the Net - Sit back and Enjoy great music while at Home, Work or Driving Home..
File Size 111 KB
Installation Count 58
Current Version 3.5
Last Updated 2018-08-12
Publish Date 2018-08-11
Rating 5.00/5 Total 2 Ratings
Developer https://rockmixfm.com
Email [email protected]
Payment Type free
Extension Website http://rockmixfm.com
Privacy Policy Page URL http://rockmixfm.com/privacy.html
Supported Languages 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"
        ]
    }
}