OhMyRadio
Online Radio Player!
Qu'est-ce que OhMyRadio ?
OhMyRadio est une extension Chrome développée par Vishal Telangre, et sa fonction principale est "Online Radio Player!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension OhMyRadio
Téléchargez les fichiers d'extension OhMyRadio au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
A lightweight extension to play online radio stations while doing work!
Informations de Base sur l'Extension
Nom | OhMyRadio |
ID | mahcbjpopcainjkjlfpgdbmifboeefap |
URL Officiel | https://chromewebstore.google.com/detail/ohmyradio/mahcbjpopcainjkjlfpgdbmifboeefap |
Description | Online Radio Player! |
Taille du Fichier | 99.75 KB |
Nombre d'Installations | 151 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2013-12-25 |
Date de Publication | 2013-12-25 |
Évaluation | 4.50/5 Total 2 Évaluations |
Développeur | Vishal Telangre |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/vishaltelangre/OhMyRadio |
URL de la Page d'Aide | https://github.com/vishaltelangre/OhMyRadio |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "OhMyRadio", "description": "Online Radio Player!", "version": "0.0.1", "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "js\/libs\/soundmanager2.js", "js\/OhMyRadio.js", "js\/jquery.min.js", "js\/background.js" ] }, "permissions": [ "http:\/\/vishaltelangre.com\/" ] } |