RockMIXFM

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

O que é RockMIXFM?

RockMIXFM é uma extensão do Chrome desenvolvida por https://rockmixfm.com, e sua principal característica é "Playing the Best Rock on the Net - Sit back and Enjoy great music while at Home, Work or Driving Home..".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão RockMIXFM

Baixe arquivos de extensão RockMIXFM no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome RockMIXFM RockMIXFM
ID pehaigdkajlclbambaopammdnclamgje
URL Oficial https://chromewebstore.google.com/detail/rockmixfm/pehaigdkajlclbambaopammdnclamgje
Descrição Playing the Best Rock on the Net - Sit back and Enjoy great music while at Home, Work or Driving Home..
Tamanho do Arquivo 111 KB
Contagem de Instalações 58
Versão Atual 3.5
Última Atualização 2018-08-12
Data de Publicação 2018-08-11
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://rockmixfm.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://rockmixfm.com
URL da Página de Política de Privacidade http://rockmixfm.com/privacy.html
Idiomas Suportados 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"
        ]
    }
}