MKB INDEPENDENT RADIO

Listen MKB INDEPENDENT RADIO Radio with Chrome Browser.

Cos'è MKB INDEPENDENT RADIO?

MKB INDEPENDENT RADIO è un'estensione di Chrome sviluppata da Green IT Solution, e la sua funzione principale è "Listen MKB INDEPENDENT RADIO Radio with Chrome Browser.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione MKB INDEPENDENT RADIO

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

                        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.                    

Informazioni di Base sull'Estensione

Nome MKB INDEPENDENT RADIO MKB INDEPENDENT RADIO
ID ehfpmpombblkgfcmpdphbllmglmdifpn
URL Ufficiale https://chromewebstore.google.com/detail/mkb-independent-radio/ehfpmpombblkgfcmpdphbllmglmdifpn
Descrizione Listen MKB INDEPENDENT RADIO Radio with Chrome Browser.
Dimensione del File 471 KB
Conteggio Installazioni 30
Versione Corrente 1.0.3
Ultimo Aggiornamento 2020-08-25
Data di Pubblicazione 2019-11-25
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Green IT Solution
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://mkbindependentradio.com
URL della Pagina di Aiuto https://greenitsolution.business.site/
Lingue Supportate 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"
    ]
}