FnF.FM Radio

Online Radio

Qu'est-ce que FnF.FM Radio ?

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

Captures d'Écran de l'Extension

screenshot

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

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

Informations de Base sur l'Extension

Nom FnF.FM Radio FnF.FM Radio
ID bimdjajjbgbpkmbacdafecjegipeokap
URL Officiel https://chrome.google.com/webstore/detail/fnffm-radio/bimdjajjbgbpkmbacdafecjegipeokap
Description Online Radio
Taille du Fichier 123 KB
Nombre d'Installations 792
Version Actuelle 0.1.8
Dernière Mise à Jour 2016-08-20
Date de Publication 2016-08-20
Évaluation 4.91/5 Total 56 Évaluations
Développeur http://fnf.fm
Type de Paiement free
Site Web de l'Extension http://www.tstudio.org/
URL de la Page d'Aide http://www.fnf.fm/p/contact.html
Langues Prises en Charge 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"
}