KBAQ Classical Music Player

Play Wonderful 89.5 KBAQ Classical Music right from your browser!

What is KBAQ Classical Music Player?

KBAQ Classical Music Player is a Chrome extension developed by Russell Loniello, and its main feature is "Play Wonderful 89.5 KBAQ Classical Music right from your browser!".

Extension Screenshots

screenshot

Download KBAQ Classical Music Player Extension CRX File

Download KBAQ Classical Music Player extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This is the Unofficial "KBAQ Player" for 89.5 FM KBAQ Radio, "K Bach" is a Phoenix metro area FM radio station that plays classical music twenty-four hours per day. The broadcast schedule consists primarily of playlists announced by local hosts, as well as a few nationally syndicated broadcasts from NPR and American Public Media.                    

Extension Basic Information

Name KBAQ Classical Music Player KBAQ Classical Music Player
ID ckbmhabdbjkjcboaalpejnemefkjlpin
Official URL https://chromewebstore.google.com/detail/kbaq-classical-music-play/ckbmhabdbjkjcboaalpejnemefkjlpin
Description Play Wonderful 89.5 KBAQ Classical Music right from your browser!
File Size 175 KB
Installation Count 796
Current Version 1.2.2
Last Updated 2022-07-16
Publish Date 2018-11-11
Rating 5.00/5 Total 1 Ratings
Developer Russell Loniello
Email [email protected]
Payment Type free
Extension Website https://github.com/rloniello/KBAQ-Chrome-Extension
Help Page URL https://github.com/rloniello/KBAQ-Chrome-Extension/issues
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Russell Loniello",
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/kbaq-background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": ".\/img\/new-kbaq-logo.png",
        "default_popup": "popup.html",
        "default_title": "KBAQ Player",
        "default_description": "Play Wonderful 89.5 KBAQ Classical Music right from your browser!"
    },
    "content_security_policy": "script-src 'self' https:\/\/kbaq.org\/*; object-src 'self'",
    "description": "Play Wonderful 89.5 KBAQ Classical Music right from your browser!",
    "icons": {
        "128": "img\/kbaq-icon.png",
        "16": "img\/kbaq-icon.png",
        "48": "img\/kbaq-icon.png"
    },
    "manifest_version": 2,
    "name": "KBAQ Classical Music Player",
    "offline_enabled": false,
    "permissions": [
        "background",
        "https:\/\/kbaq.org\/*",
        "https:\/\/kjzz.streamguys1.com\/kbaq_mp3_128"
    ],
    "version": "1.2.2"
}