Get RockFM Songs

This extension allows to easily search for the current RockFM song.

Apa itu Get RockFM Songs?

Get RockFM Songs adalah ekstensi Chrome yang dikembangkan oleh Jordi Vilaplana, dan fitur utamanya adalah "This extension allows to easily search for the current RockFM song.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Get RockFM Songs

Unduh file ekstensi Get RockFM Songs 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

                        This chrome extension allows to easily access the RockFM web player and shows information about the current song.

This extension is add-free and Open Source.                    

Informasi Dasar Ekstensi

Nama Get RockFM Songs Get RockFM Songs
ID igadffcljemfmhmbemeiiklfbdjaehic
URL Resmi https://chromewebstore.google.com/detail/get-rockfm-songs/igadffcljemfmhmbemeiiklfbdjaehic
Deskripsi This extension allows to easily search for the current RockFM song.
Ukuran File 40.88 KB
Jumlah Instalasi 18
Versi Saat Ini 1.1
Terakhir Diperbarui 2014-02-11
Tanggal Publikasi 2014-02-11
Penilaian 4.50/5 Total 2 Penilaian
Pengembang Jordi Vilaplana
Tipe Pembayaran free
Situs Ekstensi https://github.com/jvilaplana/rockfm-chrome-extension
URL Halaman Bantuan https://github.com/jvilaplana/rockfm-chrome-extension/issues
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Get RockFM Songs",
    "description": "This extension allows to easily search for the current RockFM song.",
    "version": "1.1",
    "permissions": [
        "http:\/\/player.rockfm.fm\/",
        "http:\/\/www.sonicomp3.com\/"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}