MKB INDEPENDENT RADIO

Listen MKB INDEPENDENT RADIO Radio with Chrome Browser.

Τι είναι το MKB INDEPENDENT RADIO;

Το MKB INDEPENDENT RADIO είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Green IT Solution, και η κύρια λειτουργία του είναι "Listen MKB INDEPENDENT RADIO Radio with Chrome Browser.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης MKB INDEPENDENT RADIO

Λήψη αρχείων επέκτασης MKB INDEPENDENT RADIO σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα MKB INDEPENDENT RADIO MKB INDEPENDENT RADIO
ID ehfpmpombblkgfcmpdphbllmglmdifpn
Επίσημο URL https://chromewebstore.google.com/detail/mkb-independent-radio/ehfpmpombblkgfcmpdphbllmglmdifpn
Περιγραφή Listen MKB INDEPENDENT RADIO Radio with Chrome Browser.
Μέγεθος Αρχείου 471 KB
Αριθμός Εγκαταστάσεων 30
Τρέχουσα Έκδοση 1.0.3
Τελευταία Ενημέρωση 2020-08-25
Ημερομηνία Δημοσίευσης 2019-11-25
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Green IT Solution
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://mkbindependentradio.com
Διεύθυνση URL της Σελίδας Βοήθειας https://greenitsolution.business.site/
Υποστηριζόμενες Γλώσσες 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"
    ]
}