Mini Radio

Audio player from the main radio stations in Montreal and Quebec.

Wat is Mini Radio?

Mini Radio is een Chrome-extensie ontwikkeld door https://rplayer.js.org, en de belangrijkste functie is "Audio player from the main radio stations in Montreal and Quebec.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Mini Radio

Download Mini Radio-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Mini Radio Mini Radio
ID klcjochgjlcecbalpokmcldlfhngcnfh
Officiële URL https://chromewebstore.google.com/detail/mini-radio/klcjochgjlcecbalpokmcldlfhngcnfh
Beschrijving Audio player from the main radio stations in Montreal and Quebec.
Bestandsgrootte 355 KB
Aantal Installaties 385
Huidige Versie 2.9.13
Laatst Bijgewerkt 2024-02-12
Publicatiedatum 2020-01-08
Beoordeling 4.00/5 Totaal 4 Beoordelingen
Ontwikkelaar https://rplayer.js.org
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/davland7/miniradio#miniradio
Ondersteunde Talen 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"
    }
}