Flux FM Player

Flux Fm. The alternative radio station from Berlin.

O que é Flux FM Player?

Flux FM Player é uma extensão do Chrome desenvolvida por devza, e sua principal característica é "Flux Fm. The alternative radio station from Berlin.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Flux FM Player

Baixe arquivos de extensão Flux FM Player 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

                        Chrome player extension for the Flux FM radio station from Berlin. The best radio station ever (imho). Play all Flux FM live streams directly inside the browser and see the current playlist for each channel.
Please note, it is a non official app. Please give feedback and report any bugs. 

About Flux FM

Every second new music is created everywhere around the world and, thanks to modern technology, finds its way quickly around the globe. Berlin is the up-and-coming hotspot of the global music scene and FluxFM is situated in its epicentre, focused on discovering and showcasing new music. You hear new artists first on FluxFM.

FluxFM is the voice of Generation Flux – all those who are open and curious, who live change and help shape it: Creative people, makers, entrepreneurs, opinion leaders and multipliers, united by their love of music. Every day we select the best out of a giant pool of new music and play the songs that strike a chord with the people who thrive on music. We inspire and connect, because we like to be connected and inspired.

FluxFM is a radio station, an online platform, a community and event organiser: a network for a variety of activities and scenes. Our focus is pop culture, internet culture and urban life. As part of an international radio alliance, FluxFM keeps listeners updated about musical events and trends around the world.

See more https://www.fluxfm.de/                    

Informações Básicas da Extensão

Nome Flux FM Player Flux FM Player
ID fiaplonklcmbfjdeemofekcmlgjgmkih
URL Oficial https://chromewebstore.google.com/detail/flux-fm-player/fiaplonklcmbfjdeemofekcmlgjgmkih
Descrição Flux Fm. The alternative radio station from Berlin.
Tamanho do Arquivo 758 KB
Contagem de Instalações 72
Versão Atual 1.0.3
Última Atualização 2018-06-05
Data de Publicação 2018-06-05
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor devza
Tipo de Pagamento free
Idiomas Suportados de,en-GB,en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Flux FM Player",
    "version": "1.0.3",
    "description": "__MSG_about__",
    "default_locale": "en_US",
    "browser_action": {
        "default_title": "Flux FM - Die Alternative im Radio",
        "default_icon": "img\/icons\/icon32f.png",
        "default_popup": "panel.html"
    },
    "icons": {
        "128": "img\/icons\/icon128.png",
        "98": "img\/icons\/icon98.png",
        "48": "img\/icons\/icon48f.png",
        "32": "img\/icons\/icon32f.png",
        "16": "img\/icons\/icon16f.png"
    },
    "permissions": [
        "storage",
        "*:\/\/www.fluxfm.de\/"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "js\/jquery-1.9.1.min.js",
            "js\/main.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "manifest_version": 2
}