Ubiquity Radio

Listen Ubiquity Radio from your browser.

Ubiquity Radio là gì?

Ubiquity Radio là một tiện ích mở rộng Chrome được phát triển bởi Green IT Solution, và tính năng chính của nó là "Listen Ubiquity Radio from your browser.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ubiquity Radio

Tải xuống các tệp mở rộng Ubiquity Radio dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ubiquity Radio Ubiquity Radio
ID mlfghafcibbkcfcbojghnpeadfhcmcnb
URL Chính Thức https://chrome.google.com/webstore/detail/ubiquity-radio/mlfghafcibbkcfcbojghnpeadfhcmcnb
Mô tả Listen Ubiquity Radio from your browser.
Kích Thước Tệp 531 KB
Số Lần Cài Đặt 28
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2019-06-21
Ngày Phát Hành 2019-06-21
Nhà Phát Triển Green IT Solution
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://ubiquityradio.net
URL Trang Trợ Giúp https://greenitsolution.business.site/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}