Ubiquity Radio

Listen Ubiquity Radio from your browser.

Ubiquity Radioとは何ですか?

Ubiquity RadioはGreen IT Solutionによって開発されたChromeの拡張機能で、その主な機能は「Listen Ubiquity Radio from your browser.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Ubiquity Radio拡張機能のCRXファイルをダウンロード

Ubiquity Radio拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Ubiquity Radio is primarily a retro soul, jazz and funk station broadcasting 24-7-365. We play not only the classics but an extensive and diverse selection of rare and obscure soul, funk and jazz grooves. We also schedule a number of shows from DJs around the world who specialise in our selected genre.                    

拡張機能の基本情報

名前 Ubiquity Radio Ubiquity Radio
ID mlfghafcibbkcfcbojghnpeadfhcmcnb
公式URL https://chrome.google.com/webstore/detail/ubiquity-radio/mlfghafcibbkcfcbojghnpeadfhcmcnb
説明 Listen Ubiquity Radio from your browser.
ファイルサイズ 531 KB
インストール数 28
現在のバージョン 1.0.0
最終更新日 2019-06-21
公開日 2019-06-21
開発者 Green IT Solution
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://ubiquityradio.net
ヘルプページのURL https://greenitsolution.business.site/
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ubiquity Radio",
    "short_name": "Ubiquity Radio",
    "description": "Listen Ubiquity Radio from your browser.",
    "version": "1.0.0",
    "permissions": [
        "https:\/\/*.openstream.co\/*",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "notifications"
    ],
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; 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": "Ubiquity 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": "Alt+U"
        }
    },
    "web_accessible_resources": [
        "defaultStream.json",
        "icon48.png",
        "icon48-dark.png",
        "options.html"
    ]
}