Simply.fm

Simple online radio player, many cool stations, listen and enjoy!

Qu'est-ce que Simply.fm ?

Simply.fm est une extension Chrome développée par https://simply.fm, et sa fonction principale est "Simple online radio player, many cool stations, listen and enjoy!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Simply.fm

Téléchargez les fichiers d'extension Simply.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

                        Radio player with thousands radio stations.
Fast search.
Handy interface.
List of favorites stations.
Aaccount and synchronization.
Full feautured mobile version.                    

Informations de Base sur l'Extension

Nom Simply.fm Simply.fm
ID eaaaapbjkgppdgbdbfbhneppoifhnink
URL Officiel https://chromewebstore.google.com/detail/simplyfm/eaaaapbjkgppdgbdbfbhneppoifhnink
Description Simple online radio player, many cool stations, listen and enjoy!
Taille du Fichier 19.14 KB
Nombre d'Installations 322
Version Actuelle 1.4
Dernière Mise à Jour 2014-07-22
Date de Publication 2014-07-22
Évaluation 2.20/5 Total 5 Évaluations
Développeur https://simply.fm
Type de Paiement free
Site Web de l'Extension http://simply.fm
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.4",
    "name": "Simply.fm",
    "short_name": "Simply.fm",
    "description": "Simple online radio player, many cool stations, listen and enjoy!",
    "icons": {
        "16": "res\/icons\/16.png",
        "48": "res\/icons\/48.png",
        "128": "res\/icons\/128.png"
    },
    "author": "Ruslan Murashko",
    "homepage_url": "http:\/\/simply.fm",
    "permissions": [
        "http:\/\/simply.fm\/"
    ],
    "browser_action": {
        "default_icon": "res\/icons\/16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "res\/script\/background.js"
        ]
    }
}