EasyHitsFM

Playing all your favorites songs from the 70s, 80s, 90s and today's hottest hits!

O que é EasyHitsFM?

EasyHitsFM é uma extensão do Chrome desenvolvida por http://easyhitsfm.com, e sua principal característica é "Playing all your favorites songs from the 70s, 80s, 90s and today's hottest hits!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão EasyHitsFM

Baixe arquivos de extensão EasyHitsFM 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

                        Listen to Easy Listening music on EasyHitsFM. Discover new music you'll love, listen to free personalized Top Stations radio. ... Today's Country. 62M Listeners. Today's R&B and Hip Hop Hits. 46M Listeners. 60s, 70s, and 80s Hits. 21M Listeners. Today's Hip Hop and Pop Hits. 66M Listeners. Classic Rock. 30M Listeners. 90s ...                    

Informações Básicas da Extensão

Nome EasyHitsFM EasyHitsFM
ID dkgcbddgklfkeklenhjelmlgdbjfnijo
URL Oficial https://chrome.google.com/webstore/detail/easyhitsfm/dkgcbddgklfkeklenhjelmlgdbjfnijo
Descrição Playing all your favorites songs from the 70s, 80s, 90s and today's hottest hits!
Tamanho do Arquivo 5.99 KB
Contagem de Instalações 21
Versão Atual 2.1
Última Atualização 2018-04-11
Data de Publicação 2018-04-11
Desenvolvedor http://easyhitsfm.com
Email [email protected]
Tipo de Pagamento free
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": "EasyHitsFM",
    "version": "2.1",
    "manifest_version": 2,
    "description": "Playing all your favorites songs from the 70s, 80s, 90s and today's hottest hits!",
    "homepage_url": "http:\/\/EasyHitsFM.com",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "EasyHitsFM - Playing all your favorites songs from the 70s, 80s, 90s and today's hottest hits!"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}