Mini Radio
Audio player from the main radio stations in Montreal and Quebec.
Mini Radio là gì?
Mini Radio là một tiện ích mở rộng Chrome được phát triển bởi https://rplayer.js.org, và tính năng chính của nó là "Audio player from the main radio stations in Montreal and Quebec.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Mini Radio
Tải xuống các tệp mở rộng Mini Radio dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Mini Radio |
ID | klcjochgjlcecbalpokmcldlfhngcnfh |
URL Chính Thức | https://chromewebstore.google.com/detail/mini-radio/klcjochgjlcecbalpokmcldlfhngcnfh |
Mô tả | Audio player from the main radio stations in Montreal and Quebec. |
Kích Thước Tệp | 355 KB |
Số Lần Cài Đặt | 385 |
Phiên Bản Hiện Tại | 2.9.13 |
Cập Nhật Lần Cuối | 2024-02-12 |
Ngày Phát Hành | 2020-01-08 |
Đánh Giá | 4.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://rplayer.js.org |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/davland7/miniradio#miniradio |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |