CKDU 88.1 FM

Streams from CKDU 88.1 FM radio station in Halifax, Nova Scotia, Canada

What is CKDU 88.1 FM?

CKDU 88.1 FM is a Chrome extension developed by Gordon B. Isnor, and its main feature is "Streams from CKDU 88.1 FM radio station in Halifax, Nova Scotia, Canada".

Extension Screenshots

screenshot

Download CKDU 88.1 FM Extension CRX File

Download CKDU 88.1 FM 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

                        Live on-air audio streams from CKDU 88.1 FM community radio station in Halifax, Nova Scotia, Canada                    

Extension Basic Information

Name CKDU 88.1 FM CKDU 88.1 FM
ID inghifiioocgbkklhgmednbmpgdgkfek
Official URL https://chrome.google.com/webstore/detail/ckdu-881-fm/inghifiioocgbkklhgmednbmpgdgkfek
Description Streams from CKDU 88.1 FM radio station in Halifax, Nova Scotia, Canada
File Size 30.54 KB
Installation Count 13
Current Version 1.0.0
Last Updated 2018-02-23
Publish Date 2018-02-23
Rating 5.00/5 Total 2 Ratings
Developer Gordon B. Isnor
Email [email protected]
Payment Type in_app
Extension Website https://www.ckdu.ca/
Help Page URL https://github.com/gordonbisnor/ckdu-chrome-extension/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.0",
    "name": "CKDU 88.1 FM",
    "short_name": "CKDU 88.1 FM",
    "author": "Gordon B. Isnor",
    "description": "Streams from CKDU 88.1 FM radio station in Halifax, Nova Scotia, Canada",
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "CKDU 88.1 FM",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "permissions": [
        "http:\/\/api.ckdu.ca\/*"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}