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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } } |