ourWorldFM Radio

Listen to ourWorldFM anywhere.

Co to jest ourWorldFM Radio?

ourWorldFM Radio to rozszerzenie Chrome opracowane przez https://www.ourworldfm.com, a jego główną funkcją jest „Listen to ourWorldFM anywhere.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia ourWorldFM Radio

Pobierz pliki rozszerzeń ourWorldFM Radio w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa ourWorldFM Radio ourWorldFM Radio
ID fmpfmhffldlaglanpppdmmgacfiaclbc
Oficjalny URL https://chromewebstore.google.com/detail/ourworldfm-radio/fmpfmhffldlaglanpppdmmgacfiaclbc
Opis Listen to ourWorldFM anywhere.
Rozmiar pliku 177 KB
Liczba instalacji 261
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2016-08-01
Data Publikacji 2016-07-31
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://www.ourworldfm.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.ourworldfm.com
Adres URL Strony Pomocy http://www.ourworldfm.com/about/
Obsługiwane Języki 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"
        }
    }
}