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