Mini Radio
Audio player from the main radio stations in Montreal and Quebec.
Mini Radio क्या है?
Mini Radio https://rplayer.js.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Audio player from the main radio stations in Montreal and Quebec."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Mini Radio एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |