Flux FM Player

Flux Fm. The alternative radio station from Berlin.

什么是Flux FM Player?

Flux FM Player是由devza开发的Chrome扩展程序,该扩展的主要功能是“Flux Fm. The alternative radio station from Berlin.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Flux FM Player扩展crx文件

下载Flux FM Player扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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/                    

扩展基本信息

名称 Flux FM Player Flux FM Player
ID fiaplonklcmbfjdeemofekcmlgjgmkih
官方URL https://chromewebstore.google.com/detail/flux-fm-player/fiaplonklcmbfjdeemofekcmlgjgmkih
简介 Flux Fm. The alternative radio station from Berlin.
文件大小 758 KB
安装次数 72
当前版本 1.0.3
更新时间 2018-06-05
上架时间 2018-06-05
评分 5.00/5 共3次评分
开发者 devza
付费类型 free
支持的语言 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
}