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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |