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
}