Mini Radio
Audio player from the main radio stations in Montreal and Quebec.
Mini Radioคืออะไร?
Mini Radio เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://rplayer.js.org และคุณลักษณะหลักของมันคือ "Audio player from the main radio stations in Montreal and Quebec."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mini Radio
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" } } |