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」です。
拡張機能のスクリーンショット
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
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" ] } } |