RockMIXFM

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

Qu'est-ce que RockMIXFM ?

RockMIXFM est une extension Chrome développée par https://rockmixfm.com, et sa fonction principale est "Playing the Best Rock on the Net - Sit back and Enjoy great music while at Home, Work or Driving Home..".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension RockMIXFM

Téléchargez les fichiers d'extension RockMIXFM au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom RockMIXFM RockMIXFM
ID pehaigdkajlclbambaopammdnclamgje
URL Officiel 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..
Taille du Fichier 111 KB
Nombre d'Installations 58
Version Actuelle 3.5
Dernière Mise à Jour 2018-08-12
Date de Publication 2018-08-11
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://rockmixfm.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://rockmixfm.com
URL de la Page de Politique de Confidentialité http://rockmixfm.com/privacy.html
Langues Prises en Charge 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"
        ]
    }
}