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
官方網址 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
}