FnF.FM Bangla Radio

Popular Bengali Radio

Qu'est-ce que FnF.FM Bangla Radio ?

FnF.FM Bangla Radio est une extension Chrome développée par http://bn.fnf.fm, et sa fonction principale est "Popular Bengali Radio".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension FnF.FM Bangla Radio

Téléchargez les fichiers d'extension FnF.FM Bangla Radio 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

                        FnF.FM Bangla Radio – One of the most popular Bengali Radio on Internet. We broadcast 24-hour popular Bengali music in HD. Music from Bangladesh and West Bengal, India. We play modern Bengali songs, Popular Bengali Movie songs, Pop, Pock, Rabindra Sangeet, Nazrul Geeti, Baul Sangeet and much more. It is our job to give you what you want. So visit our website www.bn.FnF.fm and send us song request. Hope you going to love FnF.FM Bangla Radio! Keep listening Bengali music!                    

Informations de Base sur l'Extension

Nom FnF.FM Bangla Radio FnF.FM Bangla Radio
ID meofbemilljjakpkpgkejboplnbdejnc
URL Officiel https://chrome.google.com/webstore/detail/fnffm-bangla-radio/meofbemilljjakpkpgkejboplnbdejnc
Description Popular Bengali Radio
Taille du Fichier 25.91 KB
Nombre d'Installations 79
Version Actuelle 0.1.0
Dernière Mise à Jour 2016-08-20
Date de Publication 2016-08-20
Évaluation 4.33/5 Total 6 Évaluations
Développeur http://bn.fnf.fm
Type de Paiement free
Site Web de l'Extension http://bn.fnf.fm/
URL de la Page d'Aide http://bn.fnf.fm/p/contact.html
Langues Prises en Charge bn
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FnF.FM Bangla Radio",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "Popular Bengali 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": "FnF.FM Bangla Radio",
        "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"
}