Simply.fm

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

Apa itu Simply.fm?

Simply.fm adalah ekstensi Chrome yang dikembangkan oleh https://simply.fm, dan fitur utamanya adalah "Simple online radio player, many cool stations, listen and enjoy!".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Simply.fm

Unduh file ekstensi Simply.fm dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Simply.fm Simply.fm
ID eaaaapbjkgppdgbdbfbhneppoifhnink
URL Resmi https://chromewebstore.google.com/detail/simplyfm/eaaaapbjkgppdgbdbfbhneppoifhnink
Deskripsi Simple online radio player, many cool stations, listen and enjoy!
Ukuran File 19.14 KB
Jumlah Instalasi 322
Versi Saat Ini 1.4
Terakhir Diperbarui 2014-07-22
Tanggal Publikasi 2014-07-22
Penilaian 2.20/5 Total 5 Penilaian
Pengembang https://simply.fm
Tipe Pembayaran free
Situs Ekstensi http://simply.fm
Bahasa yang Didukung 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"
        ]
    }
}