CKDU 88.1 FM

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

什么是CKDU 88.1 FM?

CKDU 88.1 FM是由Gordon B. Isnor开发的Chrome扩展程序,该扩展的主要功能是“Streams from CKDU 88.1 FM radio station in Halifax, Nova Scotia, Canada”。

扩展截图

screenshot

下载CKDU 88.1 FM扩展crx文件

下载CKDU 88.1 FM扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 CKDU 88.1 FM CKDU 88.1 FM
ID inghifiioocgbkklhgmednbmpgdgkfek
官方URL https://chrome.google.com/webstore/detail/ckdu-881-fm/inghifiioocgbkklhgmednbmpgdgkfek
简介 Streams from CKDU 88.1 FM radio station in Halifax, Nova Scotia, Canada
文件大小 30.54 KB
安装次数 13
当前版本 1.0.0
更新时间 2018-02-23
上架时间 2018-02-23
评分 5.00/5 共2次评分
开发者 Gordon B. Isnor
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://www.ckdu.ca/
帮助页面URL https://github.com/gordonbisnor/ckdu-chrome-extension/issues
支持的语言 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"
        ]
    }
}