FnF.FM Radio
Online Radio
Hvad er FnF.FM Radio?
FnF.FM Radio er en Chrome-udvidelse udviklet af http://fnf.fm, og dens hovedfunktion er "Online Radio".
Udvidelsesskærmbilleder
Download FnF.FM Radio-udvidelses-CRX-fil
Download FnF.FM Radio-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | bimdjajjbgbpkmbacdafecjegipeokap |
Officiel URL | https://chrome.google.com/webstore/detail/fnffm-radio/bimdjajjbgbpkmbacdafecjegipeokap |
Beskrivelse | Online Radio |
Filstørrelse | 123 KB |
Antal Installationer | 792 |
Nuværende Version | 0.1.8 |
Senest Opdateret | 2016-08-20 |
Udgivelsesdato | 2016-08-20 |
Bedømmelse | 4.91/5 Samlet 56 Bedømmelser |
Udvikler | http://fnf.fm |
Betalingsmetode | free |
Udvidelseswebsted | http://www.tstudio.org/ |
Hjælpeside-URL | http://www.fnf.fm/p/contact.html |
Understøttede Sprog | 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" } |