Rozhlas
Stream and live playlists for Slovenský Rozhlas & Český Rozhlas
Wat is Rozhlas?
Rozhlas is een Chrome-extensie ontwikkeld door https://chren.co, en de belangrijkste functie is "Stream and live playlists for Slovenský Rozhlas & Český Rozhlas".
Extensie Screenshots
Download het CRX-bestand van de extensie Rozhlas
Download Rozhlas-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Rozhlas |
ID | eepagemkgfpkolipiccbiffnbbdffekn |
Officiële URL | https://chromewebstore.google.com/detail/rozhlas/eepagemkgfpkolipiccbiffnbbdffekn |
Beschrijving | Stream and live playlists for Slovenský Rozhlas & Český Rozhlas |
Bestandsgrootte | 178 KB |
Aantal Installaties | 782 |
Huidige Versie | 3.0.3 |
Laatst Bijgewerkt | 2024-02-11 |
Publicatiedatum | 2020-02-03 |
Beoordeling | 4.62/5 Totaal 55 Beoordelingen |
Ontwikkelaar | https://chren.co |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://chren.co/ |
Ondersteunde Talen | 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" ] } |