FnF.FM Radio

Online Radio

Apa itu FnF.FM Radio?

FnF.FM Radio adalah ekstensi Chrome yang dikembangkan oleh http://fnf.fm, dan fitur utamanya adalah "Online Radio".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi FnF.FM Radio

Unduh file ekstensi FnF.FM Radio 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

                        FnF.fm Online Radio.
FnF.FM is an online radio. 24X7 full times popular music. You can listen us anytime from anywhere. We have audience from all around the world!
Using this Extensions you can listen all times hit songs!

Develop by Arifur Rahman
t Studio
[email protected]
www.tstudio.org                    

Informasi Dasar Ekstensi

Nama FnF.FM Radio FnF.FM Radio
ID bimdjajjbgbpkmbacdafecjegipeokap
URL Resmi https://chrome.google.com/webstore/detail/fnffm-radio/bimdjajjbgbpkmbacdafecjegipeokap
Deskripsi Online Radio
Ukuran File 123 KB
Jumlah Instalasi 792
Versi Saat Ini 0.1.8
Terakhir Diperbarui 2016-08-20
Tanggal Publikasi 2016-08-20
Penilaian 4.91/5 Total 56 Penilaian
Pengembang http://fnf.fm
Tipe Pembayaran free
Situs Ekstensi http://www.tstudio.org/
URL Halaman Bantuan http://www.fnf.fm/p/contact.html
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FnF.FM Radio",
    "version": "0.1.8",
    "manifest_version": 2,
    "description": "Online Radio",
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "omnibox": {
        "keyword": "music"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/19x19.png",
            "38": "icons\/38x38.png"
        },
        "default_title": "That's the tool tip",
        "default_popup": "browseraction\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "newtab\/newtab.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "devtools_page": "devtools\/devtools.html"
}