RockMIXFM

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

Was ist RockMIXFM?

RockMIXFM ist eine Chrome-Erweiterung, die von https://rockmixfm.com entwickelt wurde, und ihr Hauptmerkmal ist "Playing the Best Rock on the Net - Sit back and Enjoy great music while at Home, Work or Driving Home..".

Erweiterungsscreenshots

RockMIXFM-Erweiterungs-CRX-Datei herunterladen

Laden Sie RockMIXFM-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name RockMIXFM RockMIXFM
ID pehaigdkajlclbambaopammdnclamgje
Offizielle URL https://chromewebstore.google.com/detail/rockmixfm/pehaigdkajlclbambaopammdnclamgje
Beschreibung Playing the Best Rock on the Net - Sit back and Enjoy great music while at Home, Work or Driving Home..
Dateigröße 111 KB
Installationsanzahl 58
Aktuelle Version 3.5
Letztes Update 2018-08-12
Veröffentlichungsdatum 2018-08-11
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://rockmixfm.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://rockmixfm.com
URL der Datenschutzrichtlinien-Seite http://rockmixfm.com/privacy.html
Unterstützte Sprachen 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"
        ]
    }
}