Rozhlas

Stream and live playlists for Slovenský Rozhlas & Český Rozhlas

What is Rozhlas?

Rozhlas is a Chrome extension developed by https://chren.co, and its main feature is "Stream and live playlists for Slovenský Rozhlas & Český Rozhlas".

Extension Screenshots

screenshot

Download Rozhlas Extension CRX File

Download Rozhlas 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

                        v 3.0.3: globalna klávesová skratka na spustenie streamu Ctrl+Shift+0. Rozšírenie možno v prehliadači otvoriť skratkou Ctrl+Shift+P.

v 3.0.2: drobne UI upravy

v 3.0.0: kompletne nove rozsirenie obsahuje stanice a playlisty Slovenskeho aj Ceskeho rozhlasu! Novy vizual, prijemne farbicky, co viac si v tejto tazkej dobe priat.                    

Extension Basic Information

Name Rozhlas Rozhlas
ID eepagemkgfpkolipiccbiffnbbdffekn
Official URL https://chromewebstore.google.com/detail/rozhlas/eepagemkgfpkolipiccbiffnbbdffekn
Description Stream and live playlists for Slovenský Rozhlas & Český Rozhlas
File Size 178 KB
Installation Count 782
Current Version 3.0.3
Last Updated 2024-02-11
Publish Date 2020-02-03
Rating 4.62/5 Total 55 Ratings
Developer https://chren.co
Email [email protected]
Payment Type free
Extension Website http://chren.co/
Supported Languages sk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Rozhlas",
    "version": "3.0.3",
    "description": "Stream and live playlists for Slovensk\u00fd Rozhlas & \u010cesk\u00fd Rozhlas",
    "author": "[email protected]",
    "homepage_url": "https:\/\/chren.co",
    "version_name": "3.0.3",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+P"
            },
            "description": "Open Rozhlas extension"
        },
        "toggleStream": {
            "suggested_key": {
                "default": "Ctrl+Shift+0",
                "mac": "Command+Shift+0"
            },
            "description": "Toggle radio stream",
            "global": true
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "offscreen",
        "storage",
        "alarms"
    ]
}