ourWorldFM Radio

Listen to ourWorldFM anywhere.

O que é ourWorldFM Radio?

ourWorldFM Radio é uma extensão do Chrome desenvolvida por https://www.ourworldfm.com, e sua principal característica é "Listen to ourWorldFM anywhere.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão ourWorldFM Radio

Baixe arquivos de extensão ourWorldFM Radio no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome ourWorldFM Radio ourWorldFM Radio
ID fmpfmhffldlaglanpppdmmgacfiaclbc
URL Oficial https://chromewebstore.google.com/detail/ourworldfm-radio/fmpfmhffldlaglanpppdmmgacfiaclbc
Descrição Listen to ourWorldFM anywhere.
Tamanho do Arquivo 177 KB
Contagem de Instalações 261
Versão Atual 0.0.1
Última Atualização 2016-08-01
Data de Publicação 2016-07-31
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://www.ourworldfm.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.ourworldfm.com
URL da Página de Ajuda http://www.ourworldfm.com/about/
Idiomas Suportados 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"
        }
    }
}