FnF.FM Radio
Online Radio
Wat is FnF.FM Radio?
FnF.FM Radio is een Chrome-extensie ontwikkeld door http://fnf.fm, en de belangrijkste functie is "Online Radio".
Extensie Screenshots
Download het CRX-bestand van de extensie FnF.FM Radio
Download FnF.FM Radio-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | bimdjajjbgbpkmbacdafecjegipeokap |
Officiële URL | https://chrome.google.com/webstore/detail/fnffm-radio/bimdjajjbgbpkmbacdafecjegipeokap |
Beschrijving | Online Radio |
Bestandsgrootte | 123 KB |
Aantal Installaties | 792 |
Huidige Versie | 0.1.8 |
Laatst Bijgewerkt | 2016-08-20 |
Publicatiedatum | 2016-08-20 |
Beoordeling | 4.91/5 Totaal 56 Beoordelingen |
Ontwikkelaar | http://fnf.fm |
Betalingswijze | free |
Extensiewebsite | http://www.tstudio.org/ |
Help Pagina-URL | http://www.fnf.fm/p/contact.html |
Ondersteunde Talen | 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" } |