FnF.FM Radio
Online Radio
Was ist FnF.FM Radio?
FnF.FM Radio ist eine Chrome-Erweiterung, die von http://fnf.fm entwickelt wurde, und ihr Hauptmerkmal ist "Online Radio".
Erweiterungsscreenshots
FnF.FM Radio-Erweiterungs-CRX-Datei herunterladen
Laden Sie FnF.FM Radio-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | bimdjajjbgbpkmbacdafecjegipeokap |
Offizielle URL | https://chrome.google.com/webstore/detail/fnffm-radio/bimdjajjbgbpkmbacdafecjegipeokap |
Beschreibung | Online Radio |
Dateigröße | 123 KB |
Installationsanzahl | 792 |
Aktuelle Version | 0.1.8 |
Letztes Update | 2016-08-20 |
Veröffentlichungsdatum | 2016-08-20 |
Bewertung | 4.91/5 Insgesamt 56 Bewertungen |
Entwickler | http://fnf.fm |
Zahlungsart | free |
Erweiterungswebsite | http://www.tstudio.org/ |
Hilfeseite URL | http://www.fnf.fm/p/contact.html |
Unterstützte Sprachen | 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" } |