Mini Radio
Audio player from the main radio stations in Montreal and Quebec.
What is Mini Radio?
Mini Radio is a Chrome extension developed by https://rplayer.js.org, and its main feature is "Audio player from the main radio stations in Montreal and Quebec.".
Extension Screenshots
Download Mini Radio Extension CRX File
Download Mini Radio extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Mini Radio |
ID | klcjochgjlcecbalpokmcldlfhngcnfh |
Official URL | https://chromewebstore.google.com/detail/mini-radio/klcjochgjlcecbalpokmcldlfhngcnfh |
Description | Audio player from the main radio stations in Montreal and Quebec. |
File Size | 355 KB |
Installation Count | 385 |
Current Version | 2.9.13 |
Last Updated | 2024-02-12 |
Publish Date | 2020-01-08 |
Rating | 4.00/5 Total 4 Ratings |
Developer | https://rplayer.js.org |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/davland7/miniradio#miniradio |
Supported Languages | 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" } } |