Mini Radio

Audio player from the main radio stations in Montreal and Quebec.

什么是Mini Radio?

Mini Radio是由https://rplayer.js.org开发的Chrome扩展程序,该扩展的主要功能是“Audio player from the main radio stations in Montreal and Quebec.”。

扩展截图

screenshot
screenshot
screenshot

下载Mini Radio扩展crx文件

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

扩展使用说明

                        Mini Radio est une petite extension gratuite disponible sur Google Chrome, qui fait jouer les streamings des principales stations de radio de Montréal et Québec.

Un moyen simple, facile d'écouter vos stations et animateurs préférés du Québec au bureau, à la maison ou partout dans le monde.                    

扩展基本信息

名称 Mini Radio Mini Radio
ID klcjochgjlcecbalpokmcldlfhngcnfh
官方URL https://chromewebstore.google.com/detail/mini-radio/klcjochgjlcecbalpokmcldlfhngcnfh
简介 Audio player from the main radio stations in Montreal and Quebec.
文件大小 355 KB
安装次数 385
当前版本 2.9.13
更新时间 2024-02-12
上架时间 2020-01-08
评分 4.00/5 共4次评分
开发者 https://rplayer.js.org
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/davland7/miniradio#miniradio
支持的语言 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "version": "2.9.13",
    "default_locale": "fr",
    "description": "__MSG_description__",
    "author": "David Landry",
    "homepage_url": "https:\/\/github.com\/davland7\/mini-radio",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_title": "__MSG_name__"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}