MKB INDEPENDENT RADIO

Listen MKB INDEPENDENT RADIO Radio with Chrome Browser.

O que é MKB INDEPENDENT RADIO?

MKB INDEPENDENT RADIO é uma extensão do Chrome desenvolvida por Green IT Solution, e sua principal característica é "Listen MKB INDEPENDENT RADIO Radio with Chrome Browser.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão MKB INDEPENDENT RADIO

Baixe arquivos de extensão MKB INDEPENDENT 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

                        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.                    

Informações Básicas da Extensão

Nome MKB INDEPENDENT RADIO MKB INDEPENDENT RADIO
ID ehfpmpombblkgfcmpdphbllmglmdifpn
URL Oficial https://chromewebstore.google.com/detail/mkb-independent-radio/ehfpmpombblkgfcmpdphbllmglmdifpn
Descrição Listen MKB INDEPENDENT RADIO Radio with Chrome Browser.
Tamanho do Arquivo 471 KB
Contagem de Instalações 30
Versão Atual 1.0.3
Última Atualização 2020-08-25
Data de Publicação 2019-11-25
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Green IT Solution
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://mkbindependentradio.com
URL da Página de Ajuda https://greenitsolution.business.site/
Idiomas Suportados 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"
    ]
}