Flux FM Player

Flux Fm. The alternative radio station from Berlin.

¿Qué es Flux FM Player?

Flux FM Player es una extensión de Chrome desarrollada por devza, y su función principal es "Flux Fm. The alternative radio station from Berlin.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Flux FM Player

Descarga archivos de extensión Flux FM Player en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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/                    

Información Básica de la Extensión

Nombre Flux FM Player Flux FM Player
ID fiaplonklcmbfjdeemofekcmlgjgmkih
URL Oficial https://chromewebstore.google.com/detail/flux-fm-player/fiaplonklcmbfjdeemofekcmlgjgmkih
Descripción Flux Fm. The alternative radio station from Berlin.
Tamaño del Archivo 758 KB
Cantidad de Instalaciones 72
Versión Actual 1.0.3
Última Actualización 2018-06-05
Fecha de Publicación 2018-06-05
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador devza
Tipo de Pago free
Idiomas Soportados 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
}