ourWorldFM Radio

Listen to ourWorldFM anywhere.

Cos'è ourWorldFM Radio?

ourWorldFM Radio è un'estensione di Chrome sviluppata da https://www.ourworldfm.com, e la sua funzione principale è "Listen to ourWorldFM anywhere.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ourWorldFM Radio

Scarica i file di estensione ourWorldFM 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

                        Built for Chrome – Listen to ourWorldFM anywhere. Just click the icon on your web bar and the radio will begin playing.  Click again to stop.

Created by Donny Pie in less than hour.  Create with confidence.  Create for fun.  This extension will be updated with the request line feature.

Listen on the go - Download our Android App in the Google Play Store. IOS coming soon. Listen to ourWorldFM anywhere!

Thank you for supporting this project created by Donny Pie.  If you're interested in DJ-ing then send in a job application.  Anyone can do it.  It's fun!                    

Informazioni di Base sull'Estensione

Nome ourWorldFM Radio ourWorldFM Radio
ID fmpfmhffldlaglanpppdmmgacfiaclbc
URL Ufficiale https://chromewebstore.google.com/detail/ourworldfm-radio/fmpfmhffldlaglanpppdmmgacfiaclbc
Descrizione Listen to ourWorldFM anywhere.
Dimensione del File 177 KB
Conteggio Installazioni 261
Versione Corrente 0.0.1
Ultimo Aggiornamento 2016-08-01
Data di Pubblicazione 2016-07-31
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://www.ourworldfm.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.ourworldfm.com
URL della Pagina di Aiuto http://www.ourworldfm.com/about/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ourWorldFM Radio",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Listen to ourWorldFM anywhere.",
    "homepage_url": "http:\/\/ourworldfm.com",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "author": "Donnel Garner",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "48": "images\/icon48.png"
        }
    }
}