Nicecream FM
Nicecream fm radio
Qu'est-ce que Nicecream FM ?
Nicecream FM est une extension Chrome développée par Dazicu, et sa fonction principale est "Nicecream fm radio".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Nicecream FM
Téléchargez les fichiers d'extension Nicecream FM 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 player for the nicecream.fm online radio Updated: 1.2: - Fix some bugs - Add the title of the song
Informations de Base sur l'Extension
Nom | Nicecream FM |
ID | dcgidlkhpoagoeegdaapabccfofgdope |
URL Officiel | https://chromewebstore.google.com/detail/nicecream-fm/dcgidlkhpoagoeegdaapabccfofgdope |
Description | Nicecream fm radio |
Taille du Fichier | 363 KB |
Nombre d'Installations | 110 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2017-06-29 |
Date de Publication | 2017-06-29 |
Évaluation | 5.00/5 Total 8 Évaluations |
Développeur | Dazicu |
Type de Paiement | free |
Langues Prises en Charge | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Nicecream FM", "description": "Nicecream fm radio", "version": "1.2", "permissions": [ "https:\/\/s2.voscast.com\/", "http:\/\/s2.voscast.com:8964\/currentsong", "http:\/\/s2.voscast.com:8966\/currentsong", "http:\/\/s2.voscast.com:8968\/currentsong", "http:\/\/beta.nicecream.fm\/", "tabs" ], "background": { "page": "background.html" }, "content_security_policy": "script-src 'self' https:\/\/s2.voscast.com; object-src 'self'", "browser_action": { "default_icon": "ico_scope.png", "default_popup": "pop.html" } } |