FnF.FM Radio
Online Radio
Cos'è FnF.FM Radio?
FnF.FM Radio è un'estensione di Chrome sviluppata da http://fnf.fm, e la sua funzione principale è "Online Radio".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione FnF.FM Radio
Scarica i file di estensione FnF.FM Radio in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | bimdjajjbgbpkmbacdafecjegipeokap |
URL Ufficiale | https://chrome.google.com/webstore/detail/fnffm-radio/bimdjajjbgbpkmbacdafecjegipeokap |
Descrizione | Online Radio |
Dimensione del File | 123 KB |
Conteggio Installazioni | 792 |
Versione Corrente | 0.1.8 |
Ultimo Aggiornamento | 2016-08-20 |
Data di Pubblicazione | 2016-08-20 |
Valutazione | 4.91/5 Totale 56 Valutazioni |
Sviluppatore | http://fnf.fm |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.tstudio.org/ |
URL della Pagina di Aiuto | http://www.fnf.fm/p/contact.html |
Lingue Supportate | 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" } |