MKB INDEPENDENT RADIO

Listen MKB INDEPENDENT RADIO Radio with Chrome Browser.

¿Qué es MKB INDEPENDENT RADIO?

MKB INDEPENDENT RADIO es una extensión de Chrome desarrollada por Green IT Solution, y su función principal es "Listen MKB INDEPENDENT RADIO Radio with Chrome Browser.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión MKB INDEPENDENT RADIO

Descarga archivos de extensión MKB INDEPENDENT RADIO en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        MKB Independent Radio is a new independent online licensed radio station based in Scotland UK. Founded by Mary Kathleen Burke . The station is sponsored by listeners and independent artists worldwide who cover annual running costs through donations. These donations help cover the cost of the licence, Website hosting, Stream costs and website maintenance. MKB Independent Radio supports music in the genres of Country, Americana, Celtic, Folk, Easy listening , Rock N Roll & Rockabilly music.

Mary Kathleen Burke first began in Radio in 2008 presenting a very popular show at Celtic Music Radio in Glasgow Scotland, alongside her music commitments as a Singer/Songwriter and Recording artist. Mary Kathleen left Celtic Music Radio early 2018 and continued her show syndicating it other stations worldwide weekly. Mary Kathleen is highly respected in the radio world by her peers and fellow artists and is known to many media companies and record labels worldwide. She is also a reporter to The Euro Americana Charts & The Joyce Ramgatie International Country Music Chart and runs also her own chart monthly.

This new radio station is a continuation of Mary Kathleen’s contribution to radio and the promotion of Independent artists. she has now brought together a very stellar team of broadcasters to bring only the best of shows to MKB Independent Radio with many years of experience and a faithful following. Shows include “The classic Country show with Bill Black”, On the weekend with Mike Marwick and The Rock n Roll show with Mike Marwick, “Folkal point” with Colin McDonald, The Jim Corbett show,Country Showtime with David Smyth, The Bob Birch Radio Show,The Mary K Burke Show and more to follow

The station will have a 24/7 Playout of a great variety of music within the genres specified for the station. There is also a request facility and you can request songs from the database which contains music from many artists worldwide there is a Celtic flavour to the station as well as a country and Americana vibe.                    

Información Básica de la Extensión

Nombre MKB INDEPENDENT RADIO MKB INDEPENDENT RADIO
ID ehfpmpombblkgfcmpdphbllmglmdifpn
URL Oficial https://chromewebstore.google.com/detail/mkb-independent-radio/ehfpmpombblkgfcmpdphbllmglmdifpn
Descripción Listen MKB INDEPENDENT RADIO Radio with Chrome Browser.
Tamaño del Archivo 471 KB
Cantidad de Instalaciones 30
Versión Actual 1.0.3
Última Actualización 2020-08-25
Fecha de Publicación 2019-11-25
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador Green IT Solution
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://mkbindependentradio.com
URL de la Página de Ayuda https://greenitsolution.business.site/
Idiomas Soportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MKB INDEPENDENT RADIO",
    "short_name": "MKB INDEPENDENT RADIO",
    "description": "Listen MKB INDEPENDENT RADIO Radio with Chrome Browser.",
    "version": "1.0.3",
    "permissions": [
        "https:\/\/api.greenitsolution.net\/*",
        "https:\/\/itunes.apple.com\/*",
        "https:\/\/*.brlogic.com\/*",
        "storage",
        "notifications"
    ],
    "background": {
        "page": "background.html"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true,
        "open_in_tab": false
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "browser_action": {
        "default_icon": {
            "16": "assets\/images\/icon16.png",
            "24": "assets\/images\/icon24.png",
            "32": "assets\/images\/icon32.png",
            "48": "assets\/images\/icon48.png"
        },
        "default_popup": "popup.html",
        "default_title": "MKB INDEPENDENT RADIO"
    },
    "icons": {
        "16": "assets\/images\/icon16.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    },
    "commands": {
        "play-pause-station": {
            "suggested_key": {
                "default": "MediaPlayPause",
                "mac": "MediaPlayPause"
            },
            "description": "Toggle playing the selected station"
        },
        "pause-station": {
            "suggested_key": {
                "default": "MediaStop"
            },
            "description": "Pause the selected station"
        },
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+M"
            }
        }
    },
    "web_accessible_resources": [
        "defaultStation.json",
        "icon48.png",
        "icon48-dark.png",
        "options.html"
    ]
}